Update TemperatureDataLogger and Webserver projects to the latest FATFS library version.

This commit is contained in:
Dean Camera 2010-06-14 11:58:23 +00:00
parent 67bc625109
commit 27fb44268f
14 changed files with 2909 additions and 2021 deletions

View file

@ -194,6 +194,7 @@ CSTANDARD = -std=gnu99
# Place -D or -U options here for C sources
CDEFS = -DF_CPU=$(F_CPU)UL -DF_CLOCK=$(F_CLOCK)UL -DBOARD=BOARD_$(BOARD) $(LUFA_OPTS)
CDEFS += -DDUMMY_RTC
CDEFS += -DLOG_WHILE_USB_CONNECTED
# Place -D or -U options here for ASM sources