Mercurial > public > hwos_code
comparison src/menu_tree.asm @ 200:dcd513840c6c
cleanup
author | heinrichsweikamp |
---|---|
date | Wed, 12 Nov 2014 19:33:15 +0100 |
parents | 669b5d00706d |
children | 8fbd8c5ac51f |
comparison
equal
deleted
inserted
replaced
199:800f09c9089c | 200:dcd513840c6c |
---|---|
69 call menu_processor_pop ; back to last gas. | 69 call menu_processor_pop ; back to last gas. |
70 | 70 |
71 do_ccr_menu: | 71 do_ccr_menu: |
72 bcf menu_show_sensors ; Clear flag | 72 bcf menu_show_sensors ; Clear flag |
73 bcf menu_show_sensors2 ; Clear flag | 73 bcf menu_show_sensors2 ; Clear flag |
74 btfsc c3_hardware | 74 btfsc cr_hardware |
75 bra do_ccr_menu_c3 | 75 bra do_ccr_menu_c3 |
76 MENU_BEGIN tCCRSetup, .5 | 76 MENU_BEGIN tCCRSetup, .5 |
77 MENU_OPTION tCCRMode, oCCRMode, 0 | 77 MENU_OPTION tCCRMode, oCCRMode, 0 |
78 MENU_CALL tCCRSensor, do_ccr_sensor | 78 MENU_CALL tCCRSensor, do_ccr_sensor |
79 MENU_CALL tDiluentSetup, do_diluent_setup | 79 MENU_CALL tDiluentSetup, do_diluent_setup |