Mercurial > public > hwos_code
changeset 529:08d7eb26665c
minor
author | heinrichsweikamp |
---|---|
date | Mon, 07 Aug 2017 15:18:32 +0200 |
parents | 4921aa796691 |
children | d36f9fca10ae |
files | src/menu_tree.asm |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/menu_tree.asm Sun Aug 06 20:12:49 2017 +0200 +++ b/src/menu_tree.asm Mon Aug 07 15:18:32 2017 +0200 @@ -438,9 +438,9 @@ do_reset_menu: MENU_BEGIN tResetMenu, .6 MENU_CALL tExit, do_return_settings - MENU_CALL tReboot, do_reset_menu2 ; Confirm - MENU_CALL tResetDeco, do_reset_menu3 ; Confirm - MENU_CALL tResetSettings, do_reset_menu4 ; Confirm + MENU_CALL tReboot, do_reset_menu2 ; Confirm + MENU_CALL tResetDeco, do_reset_menu3 ; Confirm + MENU_CALL tResetSettings, do_reset_menu4 ; Confirm MENU_CALL tResetLogbook, do_reset_menu5 ; Confirm MENU_CALL tResetBattery, new_battery_menu ; New Battery submenu MENU_END