Version number increase + boot LED debug reverted

This commit is contained in:
Jan Käberich 2022-10-01 23:27:03 +02:00
parent 101819fd36
commit 63ebbf8348
11 changed files with 65 additions and 19 deletions

View file

@ -100,7 +100,7 @@ MCU = $(CPU) -mthumb $(FLOAT-ABI) $(FPU)
# C defines
C_DEFS = \
-DFW_MAJOR=1 \
-DFW_MINOR=4 \
-DFW_MINOR=5 \
-DFW_PATCH=0 \
-DDEBUG \
-DUSE_FULL_LL_DRIVER \