diff options
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, |