mirror of https://github.com/ARMmbed/mbed-os.git
Add static to NRF5 SDK11 macro definition
parent
bcc69b4fcc
commit
e4739835ce
|
@ -242,7 +242,7 @@
|
|||
#elif defined(__ICCARM__)
|
||||
|
||||
#define NRF_SECTION_VARS_ADD(section_name, type_def) \
|
||||
__root type_def @ #section_name
|
||||
static __root type_def @ #section_name
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue