Files
stm32samples/F1:F103/BISS_C_encoders/Makefile
Edward Emelianov 024d256563 fixed USB
2026-03-23 23:08:08 +03:00

10 lines
230 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