Skip to content

Commit c109072

Browse files
Corrected device_has_add flags for bluepill_f103c8 target
1 parent 2e869df commit c109072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/targets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4030,7 +4030,7 @@
40304030
"default_toolchain": "GCC_ARM",
40314031
"extra_labels_add": ["STM32F1", "STM32F103C8"],
40324032
"supported_toolchains": ["GCC_ARM"],
4033-
"device_has_add": [],
4033+
"device_has_add": ["CAN", "SERIAL_FC", "SERIAL_ASYNCH", "FLASH"],
40344034
"device_has_remove": ["STDIO_MESSAGES", "LPTICKER"]
40354035
},
40364036
"NUMAKER_PFM_NUC472": {

0 commit comments

Comments
 (0)