# HG changeset patch # User heinrichsweikamp # Date 1313330731 -7200 # Node ID b63a90a87fe2a6a6cc72fc740536d3478519459d # Parent 92304826000d6d7e72c0f9a5775aa43767f7cc5c apply stored setpoint to log diff -r 92304826000d -r b63a90a87fe2 code_part1/OSTC_code_asm_part1/divemode.asm --- 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