mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-24 15:02:43 +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 "btstack_defines.h"
|
||||||
#include "hci_dump.h"
|
#include "hci_dump.h"
|
||||||
|
|
||||||
|
#if defined __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef __AVR__
|
#ifdef __AVR__
|
||||||
#include <avr/pgmspace.h>
|
#include <avr/pgmspace.h>
|
||||||
#endif
|
#endif
|
||||||
@ -148,4 +152,8 @@ void log_debug_hexdump(const void *data, int size);
|
|||||||
|
|
||||||
/* API_END */
|
/* API_END */
|
||||||
|
|
||||||
|
#if defined __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // DEBUG_H
|
#endif // DEBUG_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user