projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Move out Bluetooth stack callback functions to a seperate BluetoothEvents.c/.h set...
[pub/lufa.git]
/
Demos
/
Host
/
Incomplete
/
BluetoothHost
/
makefile
diff --git
a/Demos/Host/Incomplete/BluetoothHost/makefile
b/Demos/Host/Incomplete/BluetoothHost/makefile
index
0281f86
..
946e500
100644
(file)
--- a/
Demos/Host/Incomplete/BluetoothHost/makefile
+++ b/
Demos/Host/Incomplete/BluetoothHost/makefile
@@
-130,6
+130,7
@@
LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)"
# List C source files here. (C dependencies are automatically generated.)
SRC = $(TARGET).c \
+ BluetoothEvents.c \
DeviceDescriptor.c \
ConfigDescriptor.c \
Lib/BluetoothStack.c \