diff --git a/Software/VNA_embedded/.cproject b/Software/VNA_embedded/.cproject index 8278692..cec1882 100644 --- a/Software/VNA_embedded/.cproject +++ b/Software/VNA_embedded/.cproject @@ -44,7 +44,7 @@ - + @@ -91,7 +91,7 @@ - + diff --git a/Software/VNA_embedded/Makefile b/Software/VNA_embedded/Makefile index 2290cd8..8ab849c 100644 --- a/Software/VNA_embedded/Makefile +++ b/Software/VNA_embedded/Makefile @@ -101,7 +101,7 @@ MCU = $(CPU) -mthumb $(FLOAT-ABI) $(FPU) C_DEFS = \ -DFW_MAJOR=1 \ -DFW_MINOR=4 \ --DFW_PATCH=0 \ +-DFW_PATCH=1 \ -DDEBUG \ -DUSE_FULL_LL_DRIVER \ -DHW_REVISION="'B'" \