comparison src/divemode.asm @ 554:a5d2e6083b1d

initialize blinking flags properly, apply fixes from 2.92 into 2.27beta
author heinrichsweikamp
date Sun, 19 Nov 2017 20:04:16 +0100
parents 7c408bfaf2e8
children 98c564a2d6cc
comparison
equal deleted inserted replaced
553:2e70700774b9 554:a5d2e6083b1d
1524 ; clrf apnoe_surface_mins 1524 ; clrf apnoe_surface_mins
1525 ; clrf apnoe_surface_secs 1525 ; clrf apnoe_surface_secs
1526 clrf apnoe_mins 1526 clrf apnoe_mins
1527 clrf divemins+0 1527 clrf divemins+0
1528 clrf divemins+1 1528 clrf divemins+1
1529
1530 bcf blinking_depth_prev ; clear flag for blinking depth ## NEW BUGFIX
1531 bcf blinking_depth_warning ; clear flag for blinking depth ## NEW BUGFIX
1532 bcf blinking_depth_toggle ; clear flag for blinking depth ## NEW BUGFIX
1529 1533
1530 ; Copy date and time for logbook 1534 ; Copy date and time for logbook
1531 movff year,start_year 1535 movff year,start_year
1532 movff month,start_month 1536 movff month,start_month
1533 movff day,start_day 1537 movff day,start_day