Update epdif.cpp
Correct spelling of include file (SPI.h) for all OS (now only compile for Windows, which is not care about upper/lower case)
This commit is contained in:
parent
66ff76f87e
commit
58e2fd3fa0
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "epdif.h"
|
#include "epdif.h"
|
||||||
#include <spi.h>
|
#include <SPI.h>
|
||||||
|
|
||||||
EpdIf::EpdIf() {
|
EpdIf::EpdIf() {
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue