Browse Source

Fix FTDI_EVE_LIB platform includes

Scott Lahteine 4 years ago
parent
commit
7b99c26e80
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/src/lcd/extensible_ui/lib/lulzbot/ftdi_eve_lib/compat.h

+ 2
- 2
Marlin/src/lcd/extensible_ui/lib/lulzbot/ftdi_eve_lib/compat.h View File

29
 
29
 
30
 #else // !__MARLIN_FIRMWARE__
30
 #else // !__MARLIN_FIRMWARE__
31
 
31
 
32
-  #include "Arduino.h"
32
+  #include <Arduino.h>
33
 
33
 
34
   #if !defined(CLCD_USE_SOFT_SPI)
34
   #if !defined(CLCD_USE_SOFT_SPI)
35
-    #include "SPI.h"
35
+    #include <SPI.h>
36
   #endif
36
   #endif
37
 
37
 
38
   namespace fast_io {
38
   namespace fast_io {

Loading…
Cancel
Save