We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c81d8b4 commit b9cefb1Copy full SHA for b9cefb1
hw/bsp/stm32l4/family.cmake
@@ -107,7 +107,7 @@ function(family_configure_example TARGET)
107
)
108
109
# Add TinyUSB target and port source
110
- family_add_tinyusb(${TARGET} OPT_MCU_$(FAMILY_MCUS))
+ family_add_tinyusb(${TARGET} OPT_MCU_${FAMILY_MCUS})
111
target_sources(${TARGET}-tinyusb PUBLIC
112
${TOP}/src/portable/synopsys/dwc2/dcd_dwc2.c
113
${TOP}/src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c
0 commit comments