Fixed compile on ESP32

This commit is contained in:
Marius Bezuidenhout 2021-07-14 09:40:36 +02:00
parent bebcf00dc1
commit 0987489c0c
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#ifndef _MCP2515_H_
#define _MCP2515_H_
#include <Arduino.h>
#include <SPI.h>
#include "can.h"