#include "BluetoothClassCodes.h"\r
\r
/* Macros: */\r
- #define BT_HCI_DEBUG(l, s, ...) do { if (HCI_DEBUG_LEVEL >= l) printf_P(PSTR("(HCI) " s "\r\n"), __VA_ARGS__); } while (0)\r
+ #define BT_HCI_DEBUG(l, s, ...) do { if (HCI_DEBUG_LEVEL >= l) printf_P(PSTR("(HCI) " s "\r\n"), ##__VA_ARGS__); } while (0)\r
#define HCI_DEBUG_LEVEL 0\r
\r
#define OGF_LINK_CONTROL 0x01\r