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:
parent
0b52b3e62e
commit
909ffc9d34
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user