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