Fix FTDI_EVE_LIB platform includes
This commit is contained in:
parent
3ac76f0489
commit
7b99c26e80
1 changed files with 2 additions and 2 deletions
|
@ -29,10 +29,10 @@
|
|||
|
||||
#else // !__MARLIN_FIRMWARE__
|
||||
|
||||
#include "Arduino.h"
|
||||
#include <Arduino.h>
|
||||
|
||||
#if !defined(CLCD_USE_SOFT_SPI)
|
||||
#include "SPI.h"
|
||||
#include <SPI.h>
|
||||
#endif
|
||||
|
||||
namespace fast_io {
|
||||
|
|
Reference in a new issue