Mercurial > public > hwos_code
comparison src/divemode.asm @ 35:eca4a201d8cf
change apnea timeout, do no longer store apnea dives in logbook
author | heinrichsweikamp |
---|---|
date | Sun, 04 Aug 2013 18:04:37 +0200 |
parents | e402813343b6 |
children | 64976f1e0a1c |
comparison
equal
deleted
inserted
replaced
34:d7e6dfd5b498 | 35:eca4a201d8cf |
---|---|
468 | 468 |
469 btfss realdive ; Dive longer then one minute | 469 btfss realdive ; Dive longer then one minute |
470 return | 470 return |
471 | 471 |
472 btfsc FLAG_apnoe_mode ; In Apnoe mode? | 472 btfsc FLAG_apnoe_mode ; In Apnoe mode? |
473 bra timeout_divemode2 ; Yes, use CF30 [min] for timeout | 473 bra timeout_divemode2 ; Yes, use apnoe_timeout [min] for timeout |
474 | 474 |
475 ifndef __DEBUG | 475 ifndef __DEBUG |
476 btfsc simulatormode_active ; In Simulator mode? | 476 btfsc simulatormode_active ; In Simulator mode? |
477 bra timeout_divemode3 ; Yes, use simulator timeout | 477 bra timeout_divemode3 ; Yes, use simulator timeout |
478 endif | 478 endif |