mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #4353 from theotherjimmy/fix-static-nrf5
Add static to NRF5 SDK11 macro definitionpull/4121/head
commit
0ca9a6b479
|
@ -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