From f466364b8a3858e7b3f19258d142851cb4a7e6d6 Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Mon, 11 Aug 2025 19:04:26 -0400 Subject: remove _initData, replace with enum indexes --- include/device/uart.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/device/uart.h') diff --git a/include/device/uart.h b/include/device/uart.h index 9e5c3d3..ba36cbb 100644 --- a/include/device/uart.h +++ b/include/device/uart.h @@ -5,6 +5,6 @@ #include "object.h" -void uart_write(objdir_t *dir, path_byte_t *path, const char *s, size_t w); +void uart_write(objdir_t *dir, size_t pathw, path_byte_t *path, const char *s, size_t w); #endif -- cgit v1.2.1