summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pwm_appl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pwm_appl/Makefile b/pwm_appl/Makefile
index 4824c29..0a23034 100644
--- a/pwm_appl/Makefile
+++ b/pwm_appl/Makefile
@@ -29,7 +29,7 @@ TARGET = df10ch_pwm_appl.elf
CC = avr-gcc
AVRDUDE ?= avrdude -c stk500v2 -P avrdoper
F_CPU ?= 16000000UL
-FIRMWARE_VERSION ?= 1
+FIRMWARE_VERSION ?= 2
## Options common to compile, link and assembly rules
COMMON = -mmcu=$(MCU)