Files
stm32samples/F1:F103/BISS_C_encoders/Makefile
Edward Emelianov 3a903d7d8c add timeouts
2026-02-09 21:04:47 +03:00

10 lines
227 B
Makefile

BINARY := encoders
# MCU code
MCU ?= F103xB
# change this linking script depending on particular MCU model,
LDSCRIPT ?= stm32f103xB.ld
DEFINES := -DSTM32F10X_MD
include ../makefile.f1
include ../makefile.stm32