Add type to save 50B

Saves 50bytes
This commit is contained in:
sarusani 2024-07-30 15:15:05 +02:00
parent 5119e47419
commit d485e4fb0b
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ float BED_Y(const uint8_t row);
* Negative: failed
*/
enum BedSkewOffsetDetectionResultType {
enum BedSkewOffsetDetectionResultType : int8_t {
// Detection failed, some point was not found.
BED_SKEW_OFFSET_DETECTION_POINT_FOUND = 0, //!< Point found
BED_SKEW_OFFSET_DETECTION_POINT_NOT_FOUND = -1, //!< Point not found.