mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[apps] Delete wrong comment
Change-Id: I7e3f266fec761ab1fd662f474dc50a8a230358ed
This commit is contained in:
@@ -8,7 +8,7 @@ public:
|
||||
BacklightDimmingTimer();
|
||||
private:
|
||||
constexpr static int k_idleBeforeDimmingDuration = 30*1000; // In miliseconds
|
||||
constexpr static int k_dimBacklightBrightness = 0; // Intensity value from 0 to 15
|
||||
constexpr static int k_dimBacklightBrightness = 0;
|
||||
void fire() override;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user