diff options
Diffstat (limited to 'fw/signal.h')
| -rw-r--r-- | fw/signal.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |