Skip to content
Snippets Groups Projects
Commit ce88e8ad authored by David Brownell's avatar David Brownell
Browse files

Cortex-M3: remove exports and forward decls


Unneeded exports cause confusion about the module interfaces.
Make most functions static, and fix some line-too-long issues.
Delete some now-obviously-unused code.

The forward decls are just code clutter; move their references
later, after the normal declarations.  (Or vice versa.)

Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
parent 4d17541a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment