mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 04:20:20 +00:00
fix compile for AVR
This commit is contained in:
parent
5ed6b7c818
commit
f61ec82363
@ -48,6 +48,10 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#ifdef __AVR__
|
||||
#include <avr/pgmspace.h>
|
||||
#endif
|
||||
|
||||
#ifndef EMBEDDED
|
||||
// Avoid complaints of unused arguments when log levels are disabled.
|
||||
static inline void __log_unused(const char *format, ...) {
|
||||
|
@ -48,7 +48,7 @@
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef __AVR__
|
||||
#include <avr/progmem.h>
|
||||
#include <avr/pgmspace.h>
|
||||
#endif
|
||||
|
||||
#if defined __cplusplus
|
||||
|
Loading…
x
Reference in New Issue
Block a user