diff options
| author | Andreas Auras <yak54@gmx.net> | 2010-03-06 20:26:46 +0100 |
|---|---|---|
| committer | Andreas Auras <yak54@gmx.net> | 2010-03-06 20:26:46 +0100 |
| commit | 6cdccc1f115a8caa5ecf51d5529d37461103c92e (patch) | |
| tree | 8e921a33817b09749410588506d57df03ab013b7 /usb_appl/Makefile | |
| parent | 4dfa870b4680a594545a4fd83aeddeeaebc97ec2 (diff) | |
| download | df10ch-atmolight-controller-6cdccc1f115a8caa5ecf51d5529d37461103c92e.tar.gz df10ch-atmolight-controller-6cdccc1f115a8caa5ecf51d5529d37461103c92e.tar.bz2 | |
Improved error status handling
Fixed watch dog timeout
Set firmware version 2
Diffstat (limited to 'usb_appl/Makefile')
| -rw-r--r-- | usb_appl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usb_appl/Makefile b/usb_appl/Makefile index 97fad42..053a027 100644 --- a/usb_appl/Makefile +++ b/usb_appl/Makefile @@ -30,7 +30,7 @@ CC = avr-gcc AVRDUDE ?= avrdude -c stk500v2 -P avrdoper USBDRV ?= ../usbdrv F_CPU ?= 16000000UL -FIRMWARE_VERSION ?= 1 +FIRMWARE_VERSION ?= 2 ## Options common to compile, link and assembly rules COMMON = -mmcu=$(MCU) |
