aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-07-11 15:07:07 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-07-11 15:07:07 +0000
commit23f3c3deee8bd153d59f2ac4e659c71ee75915f7 (patch)
tree683a26a8650d2aa970e448f3c6c3b17169e87a0c /Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h
parente0af6014a746b1ef0707d388a58bcf77b9ea47f1 (diff)
downloadlufa-23f3c3deee8bd153d59f2ac4e659c71ee75915f7.tar.gz
lufa-23f3c3deee8bd153d59f2ac4e659c71ee75915f7.tar.bz2
lufa-23f3c3deee8bd153d59f2ac4e659c71ee75915f7.zip
Fixed compilation error in incomplete BluetoothHost demo.
Diffstat (limited to 'Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h')
-rw-r--r--Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h
index dc397ecaa..1d25c251e 100644
--- a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h
+++ b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h
@@ -45,7 +45,7 @@
#define CHANNEL_LOOKUP_BY_SOURCE true
#define CHANNEL_LOOKUP_BY_DESTINATION false
- #define BT_DEBUG(s, ...) printf_P(PSTR(s "\r\n"), __VA_ARGS__)
+ #define BT_DEBUG(s, ...) printf_P(PSTR(s "\r\n"), __VA_ARGS__)
/* Enums: */
enum Bluetooth_Channel_State_t