Enhancements to the AVRISP Programmer project to attempt to get AVRStudio to communic...
[pub/USBasp.git] / Demos / Host / Incomplete / BluetoothHost / Lib / BluetoothStack.h
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