Fixed compilation error in incomplete BluetoothHost demo.
This commit is contained in:
parent
e0af6014a7
commit
23f3c3deee
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue