Split out the RFCOMM Control Channel command processing code into a seperate set of files for clarity.

This commit is contained in:
Dean Camera 2010-06-13 13:21:35 +00:00
parent b522e35965
commit 67bc625109
6 changed files with 295 additions and 161 deletions

View file

@ -138,6 +138,7 @@ SRC = $(TARGET).c \
Lib/SDP.c \
Lib/SDPServices.c \
Lib/RFCOMM.c \
Lib/RFCOMMControl.c \
$(LUFA_PATH)/LUFA/Drivers/Peripheral/SerialStream.c \
$(LUFA_PATH)/LUFA/Drivers/Peripheral/Serial.c \
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/DevChapter9.c \