mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-25 15:41:00 +00:00
fix compile
This commit is contained in:
parent
88aa939830
commit
9974f44821
@ -44,6 +44,8 @@
|
||||
|
||||
#else
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#define log_dbg(format, ...) fprintf(stderr, format, ## __VA_ARGS__)
|
||||
#define log_err(format, ...) printf(format, ## __VA_ARGS__)
|
||||
|
||||
|
@ -43,6 +43,7 @@
|
||||
#include <btstack/linked_list.h>
|
||||
|
||||
#include "run_loop_private.h"
|
||||
#include "debug.h"
|
||||
|
||||
// #define HAVE_TIME
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user