diff --git a/src/LPC/BoardConfig.cpp b/src/LPC/BoardConfig.cpp index f5650c40f..f87da343b 100644 --- a/src/LPC/BoardConfig.cpp +++ b/src/LPC/BoardConfig.cpp @@ -16,7 +16,7 @@ #include "RepRapFirmware.h" #include "GCodes/GCodeResult.h" #include "sd_mmc.h" -#include "SharedSPI.h" +#include "SharedSpi.h" #include "Platform.h" diff --git a/src/LPC/Boards/AzsmzMini.h b/src/LPC/Boards/AzsmzMini.h index 604829240..dfd197669 100755 --- a/src/LPC/Boards/AzsmzMini.h +++ b/src/LPC/Boards/AzsmzMini.h @@ -1,7 +1,7 @@ #ifndef AZSMZ_MINI_H #define AZSMZ_MINI_H -#include "../PINS_LPC.h" +#include "../Pins_LPC.h" // List of assignable pins and their mapping from names to MPU ports. This is indexed by logical pin number. // The names must match user input that has been concerted to lowercase and had _ and - characters stripped out. diff --git a/src/LPC/Boards/AzteegX5Mini.h b/src/LPC/Boards/AzteegX5Mini.h index 3a19c12f0..ecd46d1dc 100755 --- a/src/LPC/Boards/AzteegX5Mini.h +++ b/src/LPC/Boards/AzteegX5Mini.h @@ -1,7 +1,7 @@ #ifndef AZTEEGX5MINI_H #define AZTEEGX5MINI_H -#include "../PINS_LPC.h" +#include "../Pins_LPC.h" // List of assignable pins and their mapping from names to MPU ports. This is indexed by logical pin number. // The names must match user input that has been concerted to lowercase and had _ and - characters stripped out. diff --git a/src/LPC/Boards/BIQU_SKR.h b/src/LPC/Boards/BIQU_SKR.h index f1018100c..c412b0b8d 100755 --- a/src/LPC/Boards/BIQU_SKR.h +++ b/src/LPC/Boards/BIQU_SKR.h @@ -1,7 +1,7 @@ #ifndef BIQU_SKR_H #define BIQU_SKR_H -#include "../PINS_LPC.h" +#include "../Pins_LPC.h" // List of assignable pins and their mapping from names to MPU ports. This is indexed by logical pin number. // The names must match user input that has been concerted to lowercase and had _ and - characters stripped out. @@ -169,7 +169,7 @@ constexpr PinEntry PinTable_BIQU_SKR_v1_4[] = {P1_26, PinCapability::rwpwm, "e0stop,e0det"}, {P1_25, PinCapability::rwpwm, "e1stop,e1det"}, {P1_0, PinCapability::rwpwm, "pwrdet,P1.0"}, - {P0.10, PinCapability::rwpwm, "probe"}, + {P0_10, PinCapability::rwpwm, "probe"}, //Heaters and Fans (Big and Small Mosfets} {P2_5, PinCapability::wpwm, "bed,hbed" }, diff --git a/src/LPC/Boards/Generic.h b/src/LPC/Boards/Generic.h index c27957b78..a4aa24ea8 100755 --- a/src/LPC/Boards/Generic.h +++ b/src/LPC/Boards/Generic.h @@ -1,7 +1,7 @@ #ifndef GENERIC_H #define GENERIC_H -#include "../PINS_LPC.h" +#include "../Pins_LPC.h" // List of assignable pins and their mapping from names to MPU ports. This is indexed by logical pin number. diff --git a/src/LPC/Boards/MKSSBase.h b/src/LPC/Boards/MKSSBase.h index 04dc6bda3..d813d0712 100755 --- a/src/LPC/Boards/MKSSBase.h +++ b/src/LPC/Boards/MKSSBase.h @@ -1,7 +1,7 @@ #ifndef MKSSBASE_H #define MKSSBASE_H -#include "../PINS_LPC.h" +#include "../Pins_LPC.h" // List of assignable pins and their mapping from names to MPU ports. This is indexed by logical pin number. diff --git a/src/LPC/Boards/Mbed.h b/src/LPC/Boards/Mbed.h index 716b3753e..ada6963d4 100755 --- a/src/LPC/Boards/Mbed.h +++ b/src/LPC/Boards/Mbed.h @@ -1,7 +1,7 @@ #ifndef MBED_H #define MBED_H -#include "../PINS_LPC.h" +#include "../Pins_LPC.h" // List of assignable pins and their mapping from names to MPU ports. This is indexed by logical pin number. diff --git a/src/LPC/Boards/ReArm.h b/src/LPC/Boards/ReArm.h index df4313f64..fb3bcdf04 100755 --- a/src/LPC/Boards/ReArm.h +++ b/src/LPC/Boards/ReArm.h @@ -1,7 +1,7 @@ #ifndef REARM_H #define REARM_H -#include "../PINS_LPC.h" +#include "../Pins_LPC.h" // List of assignable pins and their mapping from names to MPU ports. This is indexed by logical pin number. // The names must match user input that has been concerted to lowercase and had _ and - characters stripped out. diff --git a/src/LPC/Boards/Smoothieboard.h b/src/LPC/Boards/Smoothieboard.h index 85eda22ca..afd43b53d 100755 --- a/src/LPC/Boards/Smoothieboard.h +++ b/src/LPC/Boards/Smoothieboard.h @@ -1,7 +1,7 @@ #ifndef SMOOTHIEBOARD_H #define SMOOTHIEBOARD_H -#include "../PINS_LPC.h" +#include "../Pins_LPC.h" // List of assignable pins and their mapping from names to MPU ports. This is indexed by logical pin number. // The names must match user input that has been concerted to lowercase and had _ and - characters stripped out.