removes more dependencies

This commit is contained in:
2026-04-10 13:12:05 +02:00
parent b16a0ed956
commit c717297b30

View File

@@ -1,8 +1,6 @@
#include <stdio.h> #include <stdio.h>
#include <sys/types.h> #include <sys/types.h>
#include "board.h"
extern void uart_putc(char c);
extern int uart_getc(void);
static int static int
board_putc(char c, FILE *file) board_putc(char c, FILE *file)