commaai / panda

code powering the comma.ai panda
MIT License
1.52k stars 763 forks source link

fix forwarded bus logging for CAN-FD hardware #1884

Closed jyoung8607 closed 6 months ago

jyoung8607 commented 6 months ago

For CAN-FD hardware, fix forwarded-to bus logging over USB/SPI to match earlier hardware. Actual forwarding happens correctly, but on USB/SPI it's currently logged with the received bus and should be the target bus.

Broken: f39cf149898833ff/2024-02-15--17-27-50/0

Fixed: f39cf149898833ff/2024-02-22--01-17-23/0