Skip to content

Commit

Permalink
more sensible time to home
Browse files Browse the repository at this point in the history
  • Loading branch information
carrotIndustries committed May 11, 2018
1 parent 6e892a3 commit ec5b3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/svc/menu.c
Expand Up @@ -7,7 +7,7 @@

extern const uint8_t app_time_display_view;
static const uint8_t time_to_return_home_min = 5;
static uint8_t SECTION_INFOMEM time_to_return_home = 10;
static uint8_t SECTION_INFOMEM time_to_return_home = 42;

void svc_menu_run(const svc_menu_t *menu, svc_menu_state_t *state, svc_main_proc_event_t event) {
uint8_t *item_current = &(state->item_current);
Expand Down

0 comments on commit ec5b3ca

Please sign in to comment.