diff options
author | Christian Cunningham <cc@localhost> | 2021-12-23 18:47:21 -0800 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2021-12-23 18:47:21 -0800 |
commit | e8b09e02a8326e9d75cab97dfef4ab17ad1d6c1e (patch) | |
tree | 73df4e9a9893929784cb7f99cade1461da3f326c /src/drivers | |
parent | 599af82d6d264c84118cd9407dd03323f0a1cb38 (diff) |
Larger Font
Diffstat (limited to 'src/drivers')
-rw-r--r-- | src/drivers/uart.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |