Merge pull request #4353 from theotherjimmy/fix-static-nrf5

Add static to NRF5 SDK11 macro definition
pull/4121/head
Jimmy Brisson 2017-05-19 16:44:43 -05:00 committed by GitHub
commit 0ca9a6b479
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