comparison code_part1/OSTC_code_asm_part1/menu_logbook.asm @ 707:2129862bbfe6

correct a typo
author heinrichsweikamp
date Wed, 17 Apr 2013 19:52:08 +0200
parents 6e456a6398e0
children 91ae251d379f
comparison
equal deleted inserted replaced
706:d68c6a6b1f38 707:2129862bbfe6
660 setf logbook_cur_tp+0 ; Initialize Tp°, before the first recorded point. 660 setf logbook_cur_tp+0 ; Initialize Tp°, before the first recorded point.
661 setf logbook_cur_tp+1 661 setf logbook_cur_tp+1
662 clrf logbook_last_tp ; Also reset previous Y for Tp° 662 clrf logbook_last_tp ; Also reset previous Y for Tp°
663 clrf logbook_ceiling ; Ceiling = 0, correct value for no ceiling. 663 clrf logbook_ceiling ; Ceiling = 0, correct value for no ceiling.
664 664
665 INIT_PIXEL_WROTE timeout_counter3 ; pixel x2 (Also sets standard Color!) 665 INIT_PIXEL_WRITE timeout_counter3 ; pixel x2 (Also sets standard Color!)
666 666
667 profile_display_loop: 667 profile_display_loop:
668 movff profile_temp+0,profile_temp2+0 668 movff profile_temp+0,profile_temp2+0
669 movff profile_temp+1,profile_temp2+1 ; 16Bit x-scaler 669 movff profile_temp+1,profile_temp2+1 ; 16Bit x-scaler
670 incf profile_temp2+1,F 670 incf profile_temp2+1,F