Files
stm32samples/F0:F030,F042,F072/deprecated/usbcan/Makefile
2024-09-02 18:21:41 +03:00

9 lines
188 B
Makefile

BINARY := usbcan
# MCU code
MCU := F042x6
# change this linking script depending on particular MCU model,
LDSCRIPT := stm32f042k.ld
include ../makefile.f0
include ../../makefile.stm32