aboutsummaryrefslogtreecommitdiffstats
path: root/fw/signal_utestable.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-11-01 18:07:33 -0400
committerSam Anthony <sam@samanthony.xyz>2025-11-01 18:07:33 -0400
commit0debe2b2b20818a6899c0635847306d75f86f978 (patch)
tree96e22a808991a91ccc832c69db828ad2120bc466 /fw/signal_utestable.h
parentad0456a48388acf9eff97cf4912e0911189b480e (diff)
downloadcan-gauge-interface-0debe2b2b20818a6899c0635847306d75f86f978.zip
fix compiler warnings
Diffstat (limited to 'fw/signal_utestable.h')
-rw-r--r--fw/signal_utestable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/signal_utestable.h b/fw/signal_utestable.h
index 6ab802b..71ee589 100644
--- a/fw/signal_utestable.h
+++ b/fw/signal_utestable.h
@@ -1,2 +1,2 @@
-Status pluckLE(const SigFmt *sig, const CanFrame *frame, U32 *raw);
+void pluckLE(const SigFmt *sig, const CanFrame *frame, U32 *raw);
void pluckBE(const SigFmt *sig, const CanFrame *frame, U32 *raw);