mirror of https://github.com/ARMmbed/mbed-os.git
fix(pan-cordio): Fix incorrectly adding macros to NRF52_DK target
parent
f583596fea
commit
c3e611399f
|
@ -6547,14 +6547,8 @@
|
||||||
"inherits": ["MCU_NRF52832"],
|
"inherits": ["MCU_NRF52832"],
|
||||||
"release_versions": ["5"],
|
"release_versions": ["5"],
|
||||||
"device_name": "nRF52832_xxAA",
|
"device_name": "nRF52832_xxAA",
|
||||||
"macros": [
|
"macros_add": [
|
||||||
"WSF_MAX_HANDLERS=10",
|
"WSF_MAX_HANDLERS=10"
|
||||||
"BOARD_PCA10040",
|
|
||||||
"NRF52",
|
|
||||||
"TARGET_NRF52832",
|
|
||||||
"CMSIS_VECTAB_VIRTUAL",
|
|
||||||
"CMSIS_VECTAB_VIRTUAL_HEADER_FILE=\"cmsis_nvic.h\"",
|
|
||||||
"MBED_TICKLESS"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"SDT52832B": {
|
"SDT52832B": {
|
||||||
|
|
Loading…
Reference in New Issue