Edward Emelianov e00aac01ec start
2025-12-28 20:26:27 +03:00

10 lines
214 B
Makefile

BINARY := multiiface
# MCU code
MCU := F303xc
# change this linking script depending on particular MCU model,
LDSCRIPT := stm32f303xC.ld
DEFINES := -DUSB1_16
include ../makefile.f3
include ../../makefile.stm32