From 42a2bdaecaee627247689b3f4ff2828fe3c8dc97 Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Thu, 11 Sep 2025 14:37:04 -0400 Subject: load init from ELF executable --- device/portio_uart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'device/portio_uart.c') diff --git a/device/portio_uart.c b/device/portio_uart.c index 58314d5..9cc76f8 100644 --- a/device/portio_uart.c +++ b/device/portio_uart.c @@ -1,5 +1,5 @@ #ifdef ENABLE_PORTIO_UART -#include "jove.h" +#include "init.h" #include "device/portio_uart.h" #include "device/portio.h" -- cgit v1.2.1