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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user