Skip to content

Commit

Permalink
Add type to save 50B
Browse files Browse the repository at this point in the history
Saves 50bytes
  • Loading branch information
sarusani committed Jul 30, 2024
1 parent 5119e47 commit d485e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firmware/mesh_bed_calibration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d485e4f

Please sign in to comment.