1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-08-21 05:41:50 +02:00

Missed an include. Fixed.

This commit is contained in:
Stefan de Bruijn
2021-08-03 10:34:11 +02:00
parent 600d9dbf22
commit 30c9a87911

View File

@@ -18,7 +18,7 @@
#include "PwmPin.h"
#include "../Pins/Ledc.h"
#include "../Pins/LedcPin.h"
#include "../Pin.h"
#include "../Assert.h"