Fixed compilation error in incomplete BluetoothHost demo.
authorDean Camera <dean@fourwalledcubicle.com>
Sat, 11 Jul 2009 15:07:07 +0000 (15:07 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sat, 11 Jul 2009 15:07:07 +0000 (15:07 +0000)
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h

index 7697f88..d86b99d 100644 (file)
@@ -69,7 +69,7 @@ void Bluetooth_ProcessACLPackets(void)
                                Bluetooth_ProcessSignalPacket_ConfigurationRequest(&ACLPacketHeader, &DataHeader, &SignalCommandHeader);\r
                                break;\r
                        case BLUETOOTH_SIGNAL_INFORMATION_REQUEST:\r
-                               BT_DEBUG("(ACL) -- Information Request, Discarded");\r
+                               BT_DEBUG("(ACL) -- Information Request, Discarded", NULL);\r
 \r
                                Pipe_Discard_Stream(ACLPacketHeader.DataLength);\r
                                Pipe_ClearIN();         \r
index dc397ec..1d25c25 100644 (file)
@@ -45,7 +45,7 @@
                #define CHANNEL_LOOKUP_BY_SOURCE                 true\r
                #define CHANNEL_LOOKUP_BY_DESTINATION            false\r
                \r
-               #define BT_DEBUG(s, ...) printf_P(PSTR(s "\r\n"), __VA_ARGS__)\r
+               #define BT_DEBUG(s, ...)                         printf_P(PSTR(s "\r\n"), __VA_ARGS__)\r
        \r
        /* Enums: */\r
                enum Bluetooth_Channel_State_t\r