mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
cast removed
This commit is contained in:
parent
94209ac308
commit
d223b1fc33
1 changed files with 1 additions and 1 deletions
|
@ -2082,7 +2082,7 @@ uint32_t pwrCheck()
|
||||||
if (g_eeGeneral.backlightMode != e_backlight_mode_off) {
|
if (g_eeGeneral.backlightMode != e_backlight_mode_off) {
|
||||||
BACKLIGHT_ENABLE();
|
BACKLIGHT_ENABLE();
|
||||||
}
|
}
|
||||||
if (get_tmr10ms() - pwr_press_time > (uint32_t)PWR_PRESS_SHUTDOWN_DELAY()) {
|
if (get_tmr10ms() - pwr_press_time > PWR_PRESS_SHUTDOWN_DELAY()) {
|
||||||
#if defined(SHUTDOWN_CONFIRMATION)
|
#if defined(SHUTDOWN_CONFIRMATION)
|
||||||
while (1) {
|
while (1) {
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue