From 6c2055af79f8bae9123c18a0ac29a4582eaa90f4 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sat, 4 Oct 2025 16:53:10 -0400 Subject: CAN filter- and mask-setting functions --- fw/types.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fw/types.h') diff --git a/fw/types.h b/fw/types.h index 392c7cf..ccdf0ae 100644 --- a/fw/types.h +++ b/fw/types.h @@ -18,6 +18,9 @@ typedef struct { U8 hi, lo; } U16; +// Little-endian 32-bit unsigned integer. +typedef U8 U32[4]; + // *a = *a+b void addU16(U16 *a, U8 b); -- cgit v1.2.3