1
0
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:
Benjamin Valentin 2023-06-16 16:05:30 +02:00
parent 028f6e54f6
commit f5181732de

View File

@ -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";