From d7fb6037e427aafc33b981bba2ae7d29e77d9ff0 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sat, 8 Nov 2025 14:30:11 -0500 Subject: limit table keys to i32; add table linear interpolation --- fw/signal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fw/signal.h') diff --git a/fw/signal.h b/fw/signal.h index 6489c6f..ee06960 100644 --- a/fw/signal.h +++ b/fw/signal.h @@ -30,4 +30,4 @@ typedef struct { // Extract the raw signal value out of a CAN frame's DATA FIELD. // Assumes the frame's ID matches that of the signal. -Status sigPluck(const SigFmt *sig, const CanFrame *frame, Number *raw); +Status sigPluck(const SigFmt *sig, const CanFrame *frame, I32 *raw); -- cgit v1.2.3