Make enums into implicit char
This commit is contained in:
@ -25,7 +25,7 @@
|
||||
|
||||
#include "../../../inc/MarlinConfig.h"
|
||||
|
||||
enum MeshLevelingState {
|
||||
enum MeshLevelingState : char {
|
||||
MeshReport,
|
||||
MeshStart,
|
||||
MeshNext,
|
||||
|
@ -47,7 +47,7 @@
|
||||
|
||||
// ubl_G29.cpp
|
||||
|
||||
enum MeshPointType { INVALID, REAL, SET_IN_BITMAP };
|
||||
enum MeshPointType : char { INVALID, REAL, SET_IN_BITMAP };
|
||||
|
||||
// External references
|
||||
|
||||
|
Reference in New Issue
Block a user