Mercurial > public > mk2
changeset 776:5760f2b689c5
minor
author | heinrichsweikamp |
---|---|
date | Tue, 15 Apr 2014 12:20:15 +0200 |
parents | f32b9ad6244c |
children | b92ee354baae |
files | code_part1/OSTC_code_asm_part1/divemode.asm code_part1/OSTC_code_asm_part1/start.asm |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/divemode.asm Mon Mar 17 14:54:17 2014 +0100 +++ b/code_part1/OSTC_code_asm_part1/divemode.asm Tue Apr 15 12:20:15 2014 +0200 @@ -1907,7 +1907,7 @@ return calc_average_depth: - btfsc reset_average_depth ; Reset the Avewrage depth? + btfsc reset_average_depth ; Reset the Average depth? rcall reset_average1 ; Reset the resettable average depth ; 1. Add new 2xdepth to the Sum of depths registers
--- a/code_part1/OSTC_code_asm_part1/start.asm Mon Mar 17 14:54:17 2014 +0100 +++ b/code_part1/OSTC_code_asm_part1/start.asm Tue Apr 15 12:20:15 2014 +0200 @@ -262,8 +262,8 @@ restart1: ; Reset all CF and Gases - call reset_gases -; call reset_all_cf_bank2 +; call reset_gases +; call reset_all_cf ; Show info screen call DISPLAY_boot ; DISP boot (Incl. Clear Screen!) rcall display_new_cf_installed; Show info screen