1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-09-03 03:13:25 +02:00

Remove unneeded test.

This commit is contained in:
bdring
2021-06-29 15:08:58 -05:00
parent 86ef045ca1
commit 0ff2304992

View File

@@ -23,7 +23,7 @@ void ControlPin::init() {
} }
void ControlPin::report(char* status) { void ControlPin::report(char* status) {
if (_pin.undefined() || _pin.name() == "NO_PIN") { if (_pin.undefined()) {
return; return;
} }