From d2376ed99656b5e6bad4f649c108d1908875078b Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sat, 1 Nov 2025 11:21:25 -0400 Subject: update systests --- fw/tests/system/can_tx_systest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fw/tests/system/can_tx_systest.c') 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, -- cgit v1.2.3