Skip to content

Commit

Permalink
include uart.h
Browse files Browse the repository at this point in the history
Signed-off-by: Conke Hu <conke.hu@maxwit.com>
  • Loading branch information
conke committed Dec 9, 2023
1 parent 8098b41 commit 2a5595f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/stdio.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#include <stdio.h>
#ifdef CONFIG_UART
#include <uart/uart.h>
#endif

#define BUF_LEN 32 // FIXME

Expand Down

0 comments on commit 2a5595f

Please sign in to comment.