From dea4826f9474a095753d63b5801b695a7a43720b Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Sun, 7 Feb 2010 23:05:20 +0000 Subject: [PATCH] Added watchdog.c to the USB stick code --- cpu/avr/Makefile.avr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpu/avr/Makefile.avr b/cpu/avr/Makefile.avr index 5b6bd103a..ec75afba9 100644 --- a/cpu/avr/Makefile.avr +++ b/cpu/avr/Makefile.avr @@ -1,4 +1,4 @@ -# $Id: Makefile.avr,v 1.18 2010/02/07 07:43:35 adamdunkels Exp $ +# $Id: Makefile.avr,v 1.19 2010/02/07 23:05:20 adamdunkels Exp $ ### Check if we are running under Windows @@ -32,7 +32,7 @@ ifdef USB override RF230BB = 0 CONTIKI_CPU_DIRS += dev/usb dev/usb/serial dev/usb/rndis dev/usb/storage CONTIKI_TARGET_SOURCEFILES += $(USB) -AVR = clock.c mtarch.c eeprom.c flash.c leds-arch.c +AVR = clock.c mtarch.c eeprom.c flash.c leds-arch.c watchdog.c endif #For a coffee file system, the application makefile can define COFFEE_FILES=n