Add static to NRF5 SDK11 macro definition

pull/4356/head
Jimmy Brisson 2017-05-19 15:06:41 -05:00 committed by adbridge
parent 380832a1cf
commit ffc1f39f3b
1 changed files with 1 additions and 1 deletions

View File

@ -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