diff --git a/Grbl_Esp32/src/PinUsers/PwmPin.cpp b/Grbl_Esp32/src/PinUsers/PwmPin.cpp index 666ecfe7..0388d73b 100644 --- a/Grbl_Esp32/src/PinUsers/PwmPin.cpp +++ b/Grbl_Esp32/src/PinUsers/PwmPin.cpp @@ -18,7 +18,7 @@ #include "PwmPin.h" -#include "../Pins/Ledc.h" +#include "../Pins/LedcPin.h" #include "../Pin.h" #include "../Assert.h"