Update epdif.h

Correct spelling of include file for all OS (now only compile for Windows, which is not care about upper/lower case)
This commit is contained in:
berrak 2020-12-28 12:33:26 +01:00 committed by GitHub
parent 66ff76f87e
commit 2c7bd82fae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@
#ifndef EPDIF_H
#define EPDIF_H
#include <arduino.h>
#include <Arduino.h>
// Pin definition
#define RST_PIN 8