From 4dfa870b4680a594545a4fd83aeddeeaebc97ec2 Mon Sep 17 00:00:00 2001 From: Andreas Auras Date: Sat, 6 Mar 2010 20:24:37 +0100 Subject: Set firmware version 2 --- pwm_appl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3