mirror of https://github.com/ARMmbed/mbed-os.git
Add rather than override PSOC 6 macros
Use "macros_add" rather than "marcos" so any macros defined by MCU_PSOC6 are not overwritten.pull/8974/head
parent
4e37874e55
commit
6e99157279
|
@ -7571,12 +7571,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": {
|
||||
|
|
Loading…
Reference in New Issue