diff src/start.asm @ 152:19ad15f04f60

BUGFIX: Clear Setpoint-Fallback warning when in bailout NEW: 180? display rotation option
author heinrichsweikamp
date Thu, 21 Aug 2014 10:19:03 +0200
parents 5cb177f0948a
children afa31c815f24
line wrap: on
line diff
--- a/src/start.asm	Mon Aug 18 17:37:00 2014 +0200
+++ b/src/start.asm	Thu Aug 21 10:19:03 2014 +0200
@@ -274,7 +274,7 @@
 
 	call	ext_flash_disable_protection	; Disable write protection for external flash
 
-    bcf     flip_screen             ; Test...
+    bsf     flip_screen             ; Test...
 
 	goto	surfloop				; Jump to Surfaceloop!