Add static to NRF5 SDK11 macro definition

pull/4353/head
Jimmy Brisson 2017-05-19 15:06:41 -05:00
parent bcc69b4fcc
commit e4739835ce
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