Fix compiler warning: sketch/mesh_bed_calibration.cpp:135:20: warning: unused parameter 'i' [-Wunused-parameter]
This commit is contained in:
parent
7364b6cf80
commit
95d13cbb59
@ -132,7 +132,7 @@ const float bed_ref_points[] PROGMEM = {
|
|||||||
static inline float sqr(float x) { return x * x; }
|
static inline float sqr(float x) { return x * x; }
|
||||||
|
|
||||||
#ifdef HEATBED_V2
|
#ifdef HEATBED_V2
|
||||||
static inline bool point_on_1st_row(const uint8_t i)
|
static inline bool point_on_1st_row(const uint8_t /*i*/)
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user