Skip to content

Commit c48d3de

Browse files
committed
Add rather than override PSOC 6 macros
Use "macros_add" rather than "marcos" so any macros defined by MCU_PSOC6 are not overwritten.
1 parent f8e1116 commit c48d3de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

targets/targets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7595,12 +7595,12 @@
75957595
"MCU_PSOC6_M0": {
75967596
"inherits": ["MCU_PSOC6"],
75977597
"core": "Cortex-M0+",
7598-
"macros": ["MCU_PSOC6_M0"],
7598+
"macros_add": ["MCU_PSOC6_M0"],
75997599
"public": false
76007600
},
76017601
"MCU_PSOC6_M4": {
76027602
"inherits": ["MCU_PSOC6"],
7603-
"macros": ["MCU_PSOC6_M4"],
7603+
"macros_add": ["MCU_PSOC6_M4"],
76047604
"public": false
76057605
},
76067606
"FUTURE_SEQUANA_M0": {

0 commit comments

Comments
 (0)