mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 04:20:20 +00:00
nrf5-cinnamon: fix compile
This commit is contained in:
parent
783a8debb9
commit
d813b2984e
@ -49,6 +49,8 @@
|
||||
|
||||
#include "SEGGER_RTT.h"
|
||||
|
||||
#include <stdio.h> // vsnprintf
|
||||
|
||||
// allow to configure mode, channel, up buffer size in btstack_config.h
|
||||
#ifndef SEGGER_RTT_PACKETLOG_MODE
|
||||
#define SEGGER_RTT_PACKETLOG_MODE SEGGER_RTT_MODE_DEFAULT
|
||||
|
@ -43,6 +43,8 @@
|
||||
* @note Only uses one of multiple RTCs and only a single Capture-Compare unit
|
||||
*/
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include "hal_timer.h"
|
||||
#include "btstack_debug.h"
|
||||
|
||||
|
@ -41,6 +41,7 @@
|
||||
|
||||
#include <string.h>
|
||||
#include <inttypes.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "ll.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user