diff options
author | Andreas Auras <yak54@gmx.net> | 2010-03-06 20:24:37 +0100 |
---|---|---|
committer | Andreas Auras <yak54@gmx.net> | 2010-03-06 20:24:37 +0100 |
commit | 4dfa870b4680a594545a4fd83aeddeeaebc97ec2 (patch) | |
tree | dc2de2c8d2c4dde4d0535262e5284b550b6bc67c | |
parent | b2df3a81a938c2bd4a508924b7fc97da9ee0b13c (diff) | |
download | df10ch-atmolight-controller-4dfa870b4680a594545a4fd83aeddeeaebc97ec2.tar.gz df10ch-atmolight-controller-4dfa870b4680a594545a4fd83aeddeeaebc97ec2.tar.bz2 |
Set firmware version 2
-rw-r--r-- | pwm_appl/Makefile | 2 |
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) |