Include Arduino.h

This commit is contained in:
Michael Wagner 2019-05-08 09:01:34 +02:00
parent a62dddde18
commit 7751993fd6
4 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,4 @@
#include <Arduino.h>
#include <ESP32CAN.h>
#include <CAN_config.h>

View file

@ -1,3 +1,4 @@
#include <Arduino.h>
#include <ESP32CAN.h>
#include <CAN_config.h>

View file

@ -1,3 +1,4 @@
#include <Arduino.h>
#include <ESP32CAN.h>
#include <CAN_config.h>