Files
2026-04-08 23:48:23 +03:00

12 lines
282 B
Makefile

BINARY := as3935
# MCU code
MCU ?= F103x6
# change this linking script depending on particular MCU model,
LDSCRIPT ?= stm32f103x6.ld
DEFINES := -DSTM32F10X_MD
include ../makefile.f1
include ../../makefile.stm32
$(OBJDIR)/commproto.o: commproto.cpp $(VERSION_FILE)