Skip to content

Commit

Permalink
sys/fmt: don't include stdio_base.h
Browse files Browse the repository at this point in the history
  • Loading branch information
benpicco committed Jun 16, 2023
1 parent ec2f2b5 commit fe4b248
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sys/fmt/fmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit fe4b248

Please sign in to comment.