From 99be520563834d51eb3ddd32b757a3dcd2486632 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Thu, 2 Oct 2025 14:45:56 -0400 Subject: spi systest --- fw/system.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'fw/system.h') diff --git a/fw/system.h b/fw/system.h index cfb2cfb..acd59df 100644 --- a/fw/system.h +++ b/fw/system.h @@ -3,4 +3,12 @@ #include "fixed_address_memory.h" +// TRIS +enum { + OUT = 0, + IN = 1, +}; + +void sysInit(void); + #endif // SYSTEM_H -- cgit v1.2.3