Version bumped to 1.0.0

This commit is contained in:
Jan Käberich 2021-04-10 13:00:35 +02:00
parent dfe5704480
commit 2bac0bbbe1
3 changed files with 4 additions and 4 deletions

View file

@ -99,8 +99,8 @@ MCU = $(CPU) -mthumb $(FLOAT-ABI) $(FPU)
# C defines
C_DEFS = \
-DFW_MAJOR=0 \
-DFW_MINOR=1 \
-DFW_MAJOR=1 \
-DFW_MINOR=0 \
-DFW_PATCH=0 \
-DUSE_FULL_LL_DRIVER \
-DHW_REVISION="'B'" \