Split out the RFCOMM Control Channel command processing code into a seperate set of files for clarity.
This commit is contained in:
parent
b522e35965
commit
67bc625109
6 changed files with 295 additions and 161 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue