Skip to content

Commit

Permalink
Remove old button handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralim authored and hall committed Jan 10, 2023
1 parent 0013495 commit b171b6f
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions apps/main/apps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -786,21 +786,6 @@ void app_bt_key_enter_nosignal_mode(APP_KEY_STATUS *status, void *param)
}
}

void app_bt_singleclick(APP_KEY_STATUS *status, void *param)
{
TRACE(3,"%s %d,%d",__func__, status->code, status->event);
}

void app_bt_doubleclick(APP_KEY_STATUS *status, void *param)
{
TRACE(3,"%s %d,%d",__func__, status->code, status->event);
}

void app_power_off(APP_KEY_STATUS *status, void *param)
{
TRACE(0,"app_power_off\n");
}

extern "C" void OS_NotifyEvm(void);

#define PRESS_KEY_TO_ENTER_OTA_INTERVEL (15000) // press key 15s enter to ota
Expand Down

0 comments on commit b171b6f

Please sign in to comment.