Skip to content

Commit

Permalink
Fix FTDI_EVE_LIB platform includes
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Aug 29, 2019
1 parent 3ac76f0 commit 7b99c26
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7b99c26

Please sign in to comment.