increment version number

This commit is contained in:
Jan Käberich 2021-06-06 19:20:04 +02:00
parent 84ce57e505
commit de1fd7d3ba
3 changed files with 4 additions and 4 deletions

View file

@ -101,7 +101,7 @@ MCU = $(CPU) -mthumb $(FLOAT-ABI) $(FPU)
C_DEFS = \
-DFW_MAJOR=1 \
-DFW_MINOR=1 \
-DFW_PATCH=0 \
-DFW_PATCH=1 \
-DUSE_FULL_LL_DRIVER \
-DHW_REVISION="'B'" \
-D__weak="__attribute__((weak))" \