diff src/start.asm @ 147:fdd4e30846ae

some cleanup
author heinrichsweikamp
date Wed, 06 Aug 2014 11:59:04 +0200
parents 939f1e83c4c2
children 5cb177f0948a
line wrap: on
line diff
--- a/src/start.asm	Tue Aug 05 17:11:48 2014 +0200
+++ b/src/start.asm	Wed Aug 06 11:59:04 2014 +0200
@@ -274,11 +274,6 @@
 
 	call	ext_flash_disable_protection	; Disable write protection for external flash
 
-	extern  testloop
-;    goto    testloop
-
-
-
 	goto	surfloop				; Jump to Surfaceloop!
 
 ;=============================================================================