Mercurial > public > mk2
changeset 447:b63a90a87fe2
apply stored setpoint to log
author | heinrichsweikamp |
---|---|
date | Sun, 14 Aug 2011 16:05:31 +0200 |
parents | 92304826000d |
children | b41024e63f53 |
files | code_part1/OSTC_code_asm_part1/divemode.asm |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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