Move TWI.c driver into the straight LUFA/Drivers/Peripheral/ directory.
Fix TemperatureDataLogger and Webserver project builds.
This commit is contained in:
parent
db420853ce
commit
4bd44139b1
7 changed files with 11 additions and 10 deletions
|
|
@ -132,6 +132,7 @@ SRC = $(TARGET).c \
|
|||
Lib/FATFs/ff.c \
|
||||
Lib/DS1307.c \
|
||||
$(LUFA_PATH)/LUFA/Drivers/Board/Temperature.c \
|
||||
$(LUFA_PATH)/LUFA/Drivers/Peripheral/TWI.c \
|
||||
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/DevChapter9.c \
|
||||
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/Endpoint.c \
|
||||
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/Host.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue