comparison src/menu_tree.asm @ 359:2be48ccfa9de

make AUTO SP available on OSTC2 hardware
author heinrichsweikamp
date Mon, 03 Aug 2015 17:27:05 +0200
parents 093b32bf6db2
children a9e35c1327aa
comparison
equal deleted inserted replaced
358:366f8b31f222 359:2be48ccfa9de
94 MENU_CALL tFixedSetpoints, do_fixed_setpoints 94 MENU_CALL tFixedSetpoints, do_fixed_setpoints
95 MENU_CALL tExit, do_continue_main_menu 95 MENU_CALL tExit, do_continue_main_menu
96 MENU_END 96 MENU_END
97 97
98 do_ccr_menu_ostc2: 98 do_ccr_menu_ostc2:
99 MENU_BEGIN tCCRSetup, .3 ; ostc2 menu 99 MENU_BEGIN tCCRSetup, .4 ; ostc2 menu
100 MENU_OPTION tCCRMode, oCCRMode, 0
100 MENU_CALL tDiluentSetup, do_diluent_setup 101 MENU_CALL tDiluentSetup, do_diluent_setup
101 MENU_CALL tFixedSetpoints, do_fixed_setpoints 102 MENU_CALL tFixedSetpoints, do_fixed_setpoints
102 MENU_CALL tExit, do_continue_main_menu 103 MENU_CALL tExit, do_continue_main_menu
103 MENU_END 104 MENU_END
104 105