comparison code_part1/OSTC_code_asm_part1/menu_battery.asm @ 266:ba109a7948df

OSTC 2N uses exchanged switches...
author heinrichsweikamp
date Tue, 12 Apr 2011 08:11:50 +0200
parents 6a94f96e9cea
children ceedf078b2d8
comparison
equal deleted inserted replaced
265:ab8ce7de2b46 266:ba109a7948df
131 read_int_eeprom d'63' ; Year 131 read_int_eeprom d'63' ; Year
132 movff EEDATA,convert_value_temp+2 132 movff EEDATA,convert_value_temp+2
133 call PLED_convert_date ; coverts into "DD/MM/YY" or "MM/DD/YY" or "YY/MM/DD" in postinc2 133 call PLED_convert_date ; coverts into "DD/MM/YY" or "MM/DD/YY" or "YY/MM/DD" in postinc2
134 STRCAT_PRINT ") " 134 STRCAT_PRINT ") "
135 135
136 menu_battery_state5: 136 ;menu_battery_state5:
137 btfss SWITCH2 137 ; btfss SWITCH2
138 bra menu_battery_state5 138 ; bra menu_battery_state5
139 139
140 bcf switch_left 140 bcf switch_left
141 bcf switch_right 141 bcf switch_right
142 bcf menubit2 142 bcf menubit2
143 menu_battery_state_loop: 143 menu_battery_state_loop: