aboutsummaryrefslogtreecommitdiffstats
path: root/fw/tests/system/dac_systest.c
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-11-01 11:21:25 -0400
committerSam Anthony <sam@samanthony.xyz>2025-11-01 11:21:25 -0400
commitd2376ed99656b5e6bad4f649c108d1908875078b (patch)
tree02065ea2044fe4cf24a05eb75168994e7aa8b902 /fw/tests/system/dac_systest.c
parent3907711d2abca4277e1dbe01b98e0c7f3cc1304e (diff)
downloadcan-gauge-interface-d2376ed99656b5e6bad4f649c108d1908875078b.zip
update systests
Diffstat (limited to 'fw/tests/system/dac_systest.c')
-rw-r--r--fw/tests/system/dac_systest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/tests/system/dac_systest.c b/fw/tests/system/dac_systest.c
index 9497e3b..47aefb9 100644
--- a/fw/tests/system/dac_systest.c
+++ b/fw/tests/system/dac_systest.c
@@ -13,7 +13,7 @@ main(void) {
spiInit();
dacInit();
- dacSet1a((U16){0u, 252u}); // 1.23V
+ dacSet1a(252u); // 1.23V
for (;;) {