fix(pan-cordio): Fix incorrectly adding macros to NRF52_DK target

pull/8876/head
Steve Cartmell 2018-11-23 16:58:47 +00:00 committed by Vincent Coubard
parent f583596fea
commit c3e611399f
1 changed files with 2 additions and 8 deletions

View File

@ -6547,14 +6547,8 @@
"inherits": ["MCU_NRF52832"],
"release_versions": ["5"],
"device_name": "nRF52832_xxAA",
"macros": [
"WSF_MAX_HANDLERS=10",
"BOARD_PCA10040",
"NRF52",
"TARGET_NRF52832",
"CMSIS_VECTAB_VIRTUAL",
"CMSIS_VECTAB_VIRTUAL_HEADER_FILE=\"cmsis_nvic.h\"",
"MBED_TICKLESS"
"macros_add": [
"WSF_MAX_HANDLERS=10"
]
},
"SDT52832B": {