From 8b7701ed93ac19ac386c4de460e1c3424a260262 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Mon, 27 Oct 2025 16:49:02 -0400 Subject: handle ID Control frames (wip) --- 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 ef1d7b0..f6651c6 100644 --- a/fw/tests/system/can_tx_systest.c +++ b/fw/tests/system/can_tx_systest.c @@ -13,7 +13,7 @@ // Frame to transmit periodically static const CanFrame frame = { .id = { - .type = CAN_ID_STD, + .isExt = false, .sid = {0x01, 0x23}, }, .rtr = false, -- cgit v1.2.3