aboutsummaryrefslogtreecommitdiffstats
path: root/fw/tests/system/dac_systest.c
diff options
context:
space:
mode:
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 (;;) {