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