Mercurial > public > hwos_code
diff src/logbook.asm @ 435:0590b8fafc8d
Logbook marker temporally disabled in internal logbook
author | heinrichsweikamp |
---|---|
date | Thu, 23 Jun 2016 10:59:42 +0200 |
parents | a001f170a1f7 |
children | 95ee78f4a974 |
line wrap: on
line diff
--- a/src/logbook.asm Wed Jun 22 21:33:15 2016 +0200 +++ b/src/logbook.asm Thu Jun 23 10:59:42 2016 +0200 @@ -911,7 +911,7 @@ incf logbook_pixel_x_pos,F ; Next column ;---- Draw Marker square , if any ---------------------------------------- - btfss log_marker_found ; Any marker to draw? +; btfss log_marker_found ; Any marker to draw? ; mH bra profile_display_skip_marker ; No ; 2x2 square @@ -931,6 +931,7 @@ bcf log_marker_found ; Clear flag profile_display_skip_marker: + bcf log_marker_found ; Clear flag ; mH ;---- Draw CNS curve, if any --------------------------------------------- movf divisor_cns,W bz profile_display_skip_cns