Skip to main content
Sign in
Snippets Groups Projects
Commit 7b99c26e authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Fix FTDI_EVE_LIB platform includes

parent 3ac76f04
Branches
Tags
No related merge requests found
...@@ -29,10 +29,10 @@ ...@@ -29,10 +29,10 @@
#else // !__MARLIN_FIRMWARE__ #else // !__MARLIN_FIRMWARE__
#include "Arduino.h" #include <Arduino.h>
#if !defined(CLCD_USE_SOFT_SPI) #if !defined(CLCD_USE_SOFT_SPI)
#include "SPI.h" #include <SPI.h>
#endif #endif
namespace fast_io { namespace fast_io {
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment