-
Notifications
You must be signed in to change notification settings - Fork 25
Description
Is your feature request related to a problem? Please describe.
Leading _ is reserved:
sample_lib/fsw/public_inc/sample_lib.h
Lines 27 to 28 in b500b02
| #ifndef _sample_lib_h_ | |
| #define _sample_lib_h_ |
sample_lib/fsw/public_inc/sample_lib.h
Line 76 in b500b02
| #endif /* _sample_lib_h_ */ |
sample_lib/fsw/src/sample_lib_internal.h
Lines 29 to 30 in b500b02
| #ifndef _sample_lib_internal_h_ | |
| #define _sample_lib_internal_h_ |
sample_lib/fsw/src/sample_lib_internal.h
Line 55 in b500b02
| #endif /* _sample_lib_internal_h_ */ |
Describe the solution you'd like
Match cFS standard pattern:
sample_lib/fsw/src/sample_lib_version.h
Lines 30 to 31 in b500b02
| #ifndef SAMPLE_LIB_VERSION_H | |
| #define SAMPLE_LIB_VERSION_H |
Describe alternatives you've considered
None
Additional context
None
Requester Info
Jacob Hageman - NASA/GSFC