From e8b09e02a8326e9d75cab97dfef4ab17ad1d6c1e Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Thu, 23 Dec 2021 18:47:21 -0800 Subject: Larger Font --- src/drivers/uart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers') diff --git a/src/drivers/uart.c b/src/drivers/uart.c index bc67ca4..64bd73a 100644 --- a/src/drivers/uart.c +++ b/src/drivers/uart.c @@ -1,4 +1,4 @@ -#include "uart.h" +#include "../drivers/uart.h" void uart_hexn(unsigned long c_val) { uart_hex(c_val); -- cgit v1.2.1