Add rather than override PSOC 6 macros

Use "macros_add" rather than "marcos" so any macros defined by
MCU_PSOC6 are not overwritten.
pull/8952/head
Russ Butler 2018-12-03 14:27:08 -06:00
parent f8e1116019
commit c48d3de85a
1 changed files with 2 additions and 2 deletions

View File

@ -7595,12 +7595,12 @@
"MCU_PSOC6_M0": {
"inherits": ["MCU_PSOC6"],
"core": "Cortex-M0+",
"macros": ["MCU_PSOC6_M0"],
"macros_add": ["MCU_PSOC6_M0"],
"public": false
},
"MCU_PSOC6_M4": {
"inherits": ["MCU_PSOC6"],
"macros": ["MCU_PSOC6_M4"],
"macros_add": ["MCU_PSOC6_M4"],
"public": false
},
"FUTURE_SEQUANA_M0": {