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

Loading…
Cancel
Save