Skip to content

Commit 8d4fb69

Browse files
committed
Fix board macro for devebox boards
Similar to #695
1 parent 7819625 commit 8d4fb69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

boards/devebox_h743vitx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"extra_flags": "-DSTM32H7xx -DSTM32H743xx",
99
"f_cpu": "480000000L",
1010
"framework_extra_flags": {
11-
"arduino": "-DCUSTOM_PERIPHERAL_PINS"
11+
"arduino": "-DARDUINO_DevEBoxH743VITX -DCUSTOM_PERIPHERAL_PINS"
1212
},
1313
"mcu": "stm32h743vit6",
1414
"product_line": "STM32H743xx",

boards/devebox_h750vbtx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"extra_flags": "-DSTM32H7xx -DSTM32H750xx",
99
"f_cpu": "480000000L",
1010
"framework_extra_flags": {
11-
"arduino": "-DCUSTOM_PERIPHERAL_PINS"
11+
"arduino": "-DARDUINO_DevEBoxH750VBTX -DCUSTOM_PERIPHERAL_PINS"
1212
},
1313
"mcu": "stm32h750vbt6",
1414
"product_line": "STM32H750xx",

0 commit comments

Comments
 (0)