Pārlūkot izejas kodu

Fix up 'system' includes

Scott Lahteine 4 gadus atpakaļ
vecāks
revīzija
62e8c2dd87

+ 1
- 1
Marlin/src/HAL/ESP32/eeprom_impl.cpp Parādīt failu

@@ -27,7 +27,7 @@
27 27
 #if ENABLED(EEPROM_SETTINGS) && DISABLED(FLASH_EEPROM_EMULATION)
28 28
 
29 29
 #include "../shared/eeprom_api.h"
30
-#include "EEPROM.h"
30
+#include <EEPROM.h>
31 31
 
32 32
 #define EEPROM_SIZE 4096
33 33
 

+ 1
- 1
Marlin/src/HAL/SAMD51/QSPIFlash.h Parādīt failu

@@ -29,7 +29,7 @@
29 29
 
30 30
 #pragma once
31 31
 
32
-#include "Adafruit_SPIFlashBase.h"
32
+#include <Adafruit_SPIFlashBase.h>
33 33
 
34 34
 // This class extends Adafruit_SPIFlashBase by adding caching support.
35 35
 //

+ 2
- 2
Marlin/src/feature/digipot/digipot_mcp4018.cpp Parādīt failu

@@ -24,8 +24,8 @@
24 24
 
25 25
 #if BOTH(DIGIPOT_I2C, DIGIPOT_MCP4018)
26 26
 
27
-#include "Stream.h"
28
-#include "utility/twi.h"
27
+#include <Stream.h>
28
+#include <utility/twi.h>
29 29
 #include <SlowSoftI2CMaster.h>  //https://github.com/stawel/SlowSoftI2CMaster
30 30
 
31 31
 // Settings for the I2C based DIGIPOT (MCP4018) based on WT150

+ 1
- 1
Marlin/src/feature/digipot/digipot_mcp4451.cpp Parādīt failu

@@ -24,7 +24,7 @@
24 24
 
25 25
 #if ENABLED(DIGIPOT_I2C) && DISABLED(DIGIPOT_MCP4018)
26 26
 
27
-#include "Stream.h"
27
+#include <Stream.h>
28 28
 #include <Wire.h>
29 29
 
30 30
 #if MB(MKS_SBASE)

+ 1
- 1
Marlin/src/module/temperature.cpp Parādīt failu

@@ -37,7 +37,7 @@
37 37
 #endif
38 38
 
39 39
 #if ENABLED(MAX6675_IS_MAX31865)
40
-  #include "Adafruit_MAX31865.h"
40
+  #include <Adafruit_MAX31865.h>
41 41
   #ifndef MAX31865_CS_PIN
42 42
     #define MAX31865_CS_PIN     MAX6675_SS_PIN  // HW:49   SW:65    for example
43 43
   #endif

Notiek ielāde…
Atcelt
Saglabāt