drivers/can/mcp2515.c: Fix MCP2515 compile errors.

This commit is contained in:
Valmantas Paliksa
2019-03-20 07:48:40 -06:00
committed by Gregory Nutt
parent 6e886de2ec
commit ef844c6237
2 changed files with 139 additions and 99 deletions
+138 -98
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -435,6 +435,6 @@
/* Crystal Frequency used on MCP2515 board */
#define MCP2515_CANCLK_FREQUENCY 8000000
#define MCP2515_CANCLK_FREQUENCY CONFIG_MCP2515_CLK_FREQUENCY
#endif /* __DRIVERS_CAN_MCP2514_H */