Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/divemode.asm @ 447:b63a90a87fe2
apply stored setpoint to log
author | heinrichsweikamp |
---|---|
date | Sun, 14 Aug 2011 16:05:31 +0200 |
parents | 3abf9d7dafae |
children | 38b38b105782 |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/divemode.asm Sat Aug 13 09:45:53 2011 +0200 +++ b/code_part1/OSTC_code_asm_part1/divemode.asm Sun Aug 14 16:05:31 2011 +0200 @@ -714,7 +714,7 @@ ; SetPoint change appended to information due to compatibility reasons btfss setpoint_changed ; Check flag bra store_dive_data5 - movff char_I_const_ppO2,WREG ; SetPoint in cbar + movff ppO2_setpoint_store,WREG ; SetPoint in cbar call write_external_eeprom bcf setpoint_changed ; Clear this event