Skip to content

Commit

Permalink
aod: fix InfiniSim build
Browse files Browse the repository at this point in the history
  • Loading branch information
KaffeinatedKat committed Oct 19, 2023
1 parent 02f2cc5 commit 5b54d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/components/brightness/BrightnessController.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Pinetime {
namespace Controllers {
class BrightnessController {
public:
enum class Levels { Off, Low, Medium, High };
enum class Levels { Off, Lowest, Low, Medium, High };
void Init();

void Set(Levels level);
Expand Down

0 comments on commit 5b54d6d

Please sign in to comment.