Skip to content

Commit 5eda15f

Browse files
committed
Fix header filenames for BlackPill F4 boards
Resolves #680
1 parent 656ed0f commit 5eda15f

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

boards/blackpill_f401cc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"build": {
3+
"arduino": {
4+
"variant_h": "variant_BLACKPILL_F401Cx.h"
5+
},
36
"core": "stm32",
47
"cpu": "cortex-m4",
58
"extra_flags": "-DSTM32F4xx -DSTM32F401xC",

boards/blackpill_f401ce.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"build": {
3+
"arduino": {
4+
"variant_h": "variant_BLACKPILL_F401Cx.h"
5+
},
36
"core": "stm32",
47
"cpu": "cortex-m4",
58
"extra_flags": "-DSTM32F4xx -DSTM32F401xE",

boards/blackpill_f411ce.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"build": {
33
"arduino": {
4-
"variant_h": "variant_BLACKPILL_F401Cx.h"
4+
"variant_h": "variant_BLACKPILL_F411CE.h"
55
},
66
"core": "stm32",
77
"cpu": "cortex-m4",

0 commit comments

Comments
 (0)