mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-08 00:40:11 +00:00
btstack_debug: add c++ guard
This commit is contained in:
parent
74e1cc8698
commit
4902524cc6
@ -49,6 +49,10 @@
|
||||
#include "btstack_defines.h"
|
||||
#include "hci_dump.h"
|
||||
|
||||
#if defined __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __AVR__
|
||||
#include <avr/pgmspace.h>
|
||||
#endif
|
||||
@ -148,4 +152,8 @@ void log_debug_hexdump(const void *data, int size);
|
||||
|
||||
/* API_END */
|
||||
|
||||
#if defined __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // DEBUG_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user