mirror of https://github.com/arendst/Tasmota.git
Fixed compile on ESP32
This commit is contained in:
parent
bebcf00dc1
commit
0987489c0c
|
@ -1,6 +1,7 @@
|
|||
#ifndef _MCP2515_H_
|
||||
#define _MCP2515_H_
|
||||
|
||||
#include <Arduino.h>
|
||||
#include <SPI.h>
|
||||
#include "can.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue