Skip to content

Commit 7941620

Browse files
honzaspfpistm
authored andcommitted
Fix {build.enable_usb} missing in GenC0.build.st_extra_flags
1 parent 439661e commit 7941620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1659,7 +1659,7 @@ GenC0.build.core=arduino
16591659
GenC0.build.board=GenC0
16601660
GenC0.build.mcu=cortex-m0plus
16611661
GenC0.build.series=STM32C0xx
1662-
GenC0.build.st_extra_flags=-D{build.product_line} {build.xSerial} -D__CORTEX_SC=0
1662+
GenC0.build.st_extra_flags=-D{build.product_line} {build.enable_usb} {build.xSerial} -D__CORTEX_SC=0
16631663
GenC0.build.flash_offset=0x0
16641664
GenC0.upload.maximum_size=0
16651665
GenC0.upload.maximum_data_size=0

0 commit comments

Comments
 (0)