Replace 'const float &' with 'const_float_t' (#21505)
This commit is contained in:
@@ -528,7 +528,7 @@ namespace ExtUI {
|
||||
|
||||
#if HAS_MESH
|
||||
void onMeshLevelingStart() {}
|
||||
void onMeshUpdate(const int8_t xpos, const int8_t ypos, const float &zval) {}
|
||||
void onMeshUpdate(const int8_t xpos, const int8_t ypos, const_float_t zval) {}
|
||||
void onMeshUpdate(const int8_t xpos, const int8_t ypos, const ExtUI::probe_state_t state) {}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user