Skip to content

Commit

Permalink
AP_Networking: correct closing comment on #if
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Jan 5, 2025
1 parent c4b5caa commit c6f7dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_Networking/AP_Networking_CAN.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,4 @@ void AP_Networking_CAN::can_frame_callback(uint8_t bus, const AP_HAL::CANFrame &
mcast_sockets[bus]->send((void*)&pkt, data_length+MCAST_HDR_LENGTH);
}

#endif // AP_NETWORKING_ENABLED && AP_NETWORKING_CAN_MCAST_ENABLED
#endif // AP_NETWORKING_ENABLED

0 comments on commit c6f7dc0

Please sign in to comment.