Fix board macro for devebox boards

Similar to #695
This commit is contained in:
valeros
2023-09-26 14:10:52 +03:00
parent 78196250d2
commit 8d4fb69aba
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
"extra_flags": "-DSTM32H7xx -DSTM32H743xx",
"f_cpu": "480000000L",
"framework_extra_flags": {
"arduino": "-DCUSTOM_PERIPHERAL_PINS"
"arduino": "-DARDUINO_DevEBoxH743VITX -DCUSTOM_PERIPHERAL_PINS"
},
"mcu": "stm32h743vit6",
"product_line": "STM32H743xx",

View File

@@ -8,7 +8,7 @@
"extra_flags": "-DSTM32H7xx -DSTM32H750xx",
"f_cpu": "480000000L",
"framework_extra_flags": {
"arduino": "-DCUSTOM_PERIPHERAL_PINS"
"arduino": "-DARDUINO_DevEBoxH750VBTX -DCUSTOM_PERIPHERAL_PINS"
},
"mcu": "stm32h750vbt6",
"product_line": "STM32H750xx",