summaryrefslogtreecommitdiffstats
path: root/src/common/input.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/common/input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/input.h b/src/common/input.h
index 16b1e6f1b..12acd8785 100644
--- a/src/common/input.h
+++ b/src/common/input.h
@@ -29,7 +29,7 @@ enum class InputType {
Ir,
};
-enum class BatteryLevel {
+enum class BatteryLevel : u32 {
None,
Empty,
Critical,