diff options
Diffstat (limited to 'device/portio_uart.c')
-rw-r--r-- | device/portio_uart.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |