mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 05:40:38 +01:00
[apps] Add LED switch on/off to usb timer
Change-Id: I6685ab5e21829eb9f2751819b635177a4955d403
This commit is contained in:
@@ -26,7 +26,7 @@ AppsContainer::AppsContainer() :
|
||||
m_examPopUpController(ExamPopUpController()),
|
||||
m_ledTimer(LedTimer()),
|
||||
m_batteryTimer(BatteryTimer(this)),
|
||||
m_examModeTimer(ExamModeTimer(this))
|
||||
m_USBTimer(USBTimer(this))
|
||||
{
|
||||
refreshPreferences();
|
||||
}
|
||||
@@ -128,7 +128,7 @@ Timer * AppsContainer::timerAtIndex(int i) {
|
||||
case 0:
|
||||
return &m_batteryTimer;
|
||||
case 1:
|
||||
return &m_examModeTimer;
|
||||
return &m_USBTimer;
|
||||
case 2:
|
||||
return &m_ledTimer;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user