Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Libraries/Canbus/mcp2515.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ uint8_t mcp2515_init(uint8_t speed)
SET(MCP2515_CS);

// wait a little bit until the MCP2515 has restarted
_delay_us(10);
_delay_us(50);

// load CNF1..3 Register
RESET(MCP2515_CS);
Expand Down