2023-01-18 23:36:26 +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