mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sys/fmt: don't include stdio_base.h
This commit is contained in:
parent
028f6e54f6
commit
f5181732de
@ -27,7 +27,8 @@
|
||||
|
||||
#include "kernel_defines.h"
|
||||
#include "fmt.h"
|
||||
#include "stdio_base.h"
|
||||
|
||||
extern ssize_t stdio_write(const void* buffer, size_t len);
|
||||
|
||||
static const char _hex_chars[16] = "0123456789ABCDEF";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user