Skip to content

Refactor: Separate headers into source files#2338

Open
cps31517 wants to merge 2 commits intocommaai:masterfrom
cps31517:master
Open

Refactor: Separate headers into source files#2338
cps31517 wants to merge 2 commits intocommaai:masterfrom
cps31517:master

Conversation

@cps31517
Copy link

This PR separates the header-only implementation in board/ into proper .c source files and .h headers.

Changes:

  • Created 15 new .c source files from header implementations
  • Updated .h headers to contain only declarations
  • Updated SConscript to compile the new source files
  • Added #pragma once to all headers

This is for bounty #2171.

@cps31517
Copy link
Author

fix: correct include paths for sys/ headers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant