Fix ExtUI onMeshUpdate event (#15477)

This commit is contained in:
InsanityAutomation
2019-10-07 16:39:52 -04:00
committed by Scott Lahteine
parent 56595a4c9c
commit 71526fa5ce
3 changed files with 5 additions and 4 deletions

View File

@@ -819,9 +819,6 @@ namespace ExtUI {
#endif
}
}
void onMeshUpdate(const uint8_t xpos, const uint8_t ypos, const float zval) {
UNUSED(xpos); UNUSED(ypos); UNUSED(zval);
}
#endif
#endif