Skip to content

Commit

Permalink
rename to gmlan_alt
Browse files Browse the repository at this point in the history
  • Loading branch information
geohot committed Aug 2, 2018
1 parent 5570dac commit 37df290
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/drivers/can.h
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ void CAN3_SCE_IRQHandler() { can_sce(CAN3); }

#endif

#include "canbitbang.h"
#include "gmlan_alt.h"

void can_send(CAN_FIFOMailBox_TypeDef *to_push, uint8_t bus_number) {
if (safety_tx_hook(to_push) && !can_autobaud_enabled[bus_number]) {
Expand Down
File renamed without changes.

0 comments on commit 37df290

Please sign in to comment.