nasa / bplib

Apache License 2.0
27 stars 13 forks source link

Use the compile time switch to scope local functions #45

Closed jpswinski closed 4 years ago

jpswinski commented 4 years ago

In order to support unit testing, the BP_LOCAL_SCOPE define should be used for local functions within a module. The local functions should not use locally defined typedefs in their definitions. See ut_flash.c module.