diff code_part1/OSTC_code_asm_part1/menu.asm @ 41:3ab1188651af

1.63 in work...
author heinrichsweikamp
date Sun, 20 Jun 2010 17:16:32 +0200
parents d4f0c097a7fa
children 6a94f96e9cea
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/menu.asm	Wed Jun 02 10:47:30 2010 +0200
+++ b/code_part1/OSTC_code_asm_part1/menu.asm	Sun Jun 20 17:16:32 2010 +0200
@@ -26,7 +26,7 @@
 wait_switches:
 	bcf		switch_left
 	bcf		switch_right
-return
+	return
 
 ;	movlw	d'40'
 ;	btfss	button_delay_done		; Start counting?
@@ -64,6 +64,7 @@
 ;
 menu:
 	bcf		deco_mode_changed			; Clear flag (Description is only showed once)
+	bcf		LED_blue
 	movlw	d'1'
 	movwf	menupos
 menu2: