Fix FTDI_EVE_LIB platform includes
This commit is contained in:
parent
3ac76f0489
commit
7b99c26e80
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue