mirror of https://github.com/ARMmbed/mbed-os.git
Corrected device_has_add flags for bluepill_f103c8 target
parent
2e869df296
commit
c10907288d
|
@ -4030,7 +4030,7 @@
|
|||
"default_toolchain": "GCC_ARM",
|
||||
"extra_labels_add": ["STM32F1", "STM32F103C8"],
|
||||
"supported_toolchains": ["GCC_ARM"],
|
||||
"device_has_add": [],
|
||||
"device_has_add": ["CAN", "SERIAL_FC", "SERIAL_ASYNCH", "FLASH"],
|
||||
"device_has_remove": ["STDIO_MESSAGES", "LPTICKER"]
|
||||
},
|
||||
"NUMAKER_PFM_NUC472": {
|
||||
|
|
Loading…
Reference in New Issue