1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sys/fmt: include kernel_defines.h

This commit is contained in:
Karl Fessel 2022-01-26 15:23:24 +01:00
parent 0b52b3e62e
commit 909ffc9d34

View File

@ -31,6 +31,7 @@
ssize_t write(int fildes, const void *buf, size_t nbyte);
#endif
#include "kernel_defines.h"
#include "fmt.h"
static const char _hex_chars[16] = "0123456789ABCDEF";