aboutsummaryrefslogtreecommitdiffstats
path: root/fw/tests/system/can_tx_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/can_tx_systest.c
parent3907711d2abca4277e1dbe01b98e0c7f3cc1304e (diff)
downloadcan-gauge-interface-d2376ed99656b5e6bad4f649c108d1908875078b.zip
update systests
Diffstat (limited to 'fw/tests/system/can_tx_systest.c')
-rw-r--r--fw/tests/system/can_tx_systest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/tests/system/can_tx_systest.c b/fw/tests/system/can_tx_systest.c
index f6651c6..5256417 100644
--- a/fw/tests/system/can_tx_systest.c
+++ b/fw/tests/system/can_tx_systest.c
@@ -14,7 +14,7 @@
static const CanFrame frame = {
.id = {
.isExt = false,
- .sid = {0x01, 0x23},
+ .sid = 0x123,
},
.rtr = false,
.dlc = 8u,