Files
stm32samples/F1:F103/BISS_C_encoders/Makefile
2025-03-25 17:59:27 +03:00

10 lines
230 B
Makefile

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