diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-10-27 16:49:02 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-10-27 16:49:02 -0400 |
| commit | 8b7701ed93ac19ac386c4de460e1c3424a260262 (patch) | |
| tree | 4ceb8df01fcb73b28a6977763312aa50b7708883 /fw/tests/system/can_tx_systest.c | |
| parent | cf78b624b32df7fb132dc72e000a370270ec7ecb (diff) | |
| download | can-gauge-interface-8b7701ed93ac19ac386c4de460e1c3424a260262.zip | |
handle ID Control frames (wip)
Diffstat (limited to 'fw/tests/system/can_tx_systest.c')
| -rw-r--r-- | fw/tests/system/can_tx_systest.c | 2 |
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 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, |