Skip to content

Commit

Permalink
fix indendation
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Nov 21, 2024
1 parent 4a11d52 commit 2fbf0c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions board/main_comms.h
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,8 @@ int comms_control_handler(ControlPacket_t *req, uint8_t *resp) {
break;
// **** 0xe8: set can-fd auto swithing mode
case 0xe8:
bus_config[req->param1].canfd_auto = req->param2 > 0U;
break;
bus_config[req->param1].canfd_auto = req->param2 > 0U;
break;
// **** 0xf1: Clear CAN ring buffer.
case 0xf1:
if (req->param1 == 0xFFFFU) {
Expand Down

0 comments on commit 2fbf0c5

Please sign in to comment.