diff --git a/src/debug.h b/src/debug.h index c15a926c7..628fee6e4 100644 --- a/src/debug.h +++ b/src/debug.h @@ -48,6 +48,10 @@ #include +#ifdef __AVR__ +#include +#endif + #ifndef EMBEDDED // Avoid complaints of unused arguments when log levels are disabled. static inline void __log_unused(const char *format, ...) { diff --git a/src/hci_dump.h b/src/hci_dump.h index d10bbf400..b788a0111 100644 --- a/src/hci_dump.h +++ b/src/hci_dump.h @@ -48,7 +48,7 @@ #include #ifdef __AVR__ -#include +#include #endif #if defined __cplusplus