mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-09-02 10:53:01 +02:00
Remove unneeded test.
This commit is contained in:
@@ -23,7 +23,7 @@ void ControlPin::init() {
|
||||
}
|
||||
|
||||
void ControlPin::report(char* status) {
|
||||
if (_pin.undefined() || _pin.name() == "NO_PIN") {
|
||||
if (_pin.undefined()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user