diff options
Diffstat (limited to 'can_mcp2515.h')
-rw-r--r-- | can_mcp2515.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/can_mcp2515.h b/can_mcp2515.h deleted file mode 100644 index 618051e..0000000 --- a/can_mcp2515.h +++ /dev/null @@ -1,14 +0,0 @@ -#include <avr/io.h> -#include <avr/interrupt.h> -#include <stdio.h> - -#include "spi.h" - -#ifndef _IOE_CAN_MCP2515_H_ -#define _IOE_CAN_MCP2515_H_ -#ifdef CONFIG_IOE_CAN_MCP2515 - -void can_mcp2515_init(void); - -#endif /* CONFIG_IOE_CAN_MCP2515 */ -#endif /* _IOE_CAN_MCP2515_H_ */ |