Fix compiler warnings
This commit is contained in:
parent
95b82ae5e3
commit
4ef965cc40
3 changed files with 4 additions and 4 deletions
|
|
@ -2285,7 +2285,7 @@ void kill_screen(const char* lcd_msg) {
|
|||
* Save Bed Mesh
|
||||
*/
|
||||
void _lcd_ubl_storage_mesh() {
|
||||
uint16_t a = settings.calc_num_meshes();
|
||||
int16_t a = settings.calc_num_meshes();
|
||||
START_MENU();
|
||||
MENU_BACK(MSG_UBL_LEVEL_BED);
|
||||
if (!WITHIN(ubl_storage_slot, 0, a - 1)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue