diff src/simulator.asm @ 189:e79bc535ef9e

ignore un-calibrated sensors even if they become valid
author heinrichsweikamp
date Wed, 29 Oct 2014 12:53:01 +0100
parents 39f6c07ce2f6
children 3bbfac29ba3e
line wrap: on
line diff
--- a/src/simulator.asm	Mon Oct 27 11:28:48 2014 +0100
+++ b/src/simulator.asm	Wed Oct 29 12:53:01 2014 +0100
@@ -523,7 +523,7 @@
 ;         decoplan_page = page number.
 ;
 deco_show_plan_page:
-        WIN_INVERT 0
+        bcf     win_invert              ; Reset invert flag
 
         ;---- Is there deco stops ? ------------------------------------------
     	movff   char_O_first_deco_depth,WREG