changeset 77:de8ed3c55db1

FIX branch merging
author JeanDo
date Tue, 07 Dec 2010 18:33:06 +0100
parents cc657f9915d8
children bd16d5830b06
files code_part1/OSTC_code_asm_part1/pled_outputs.asm
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/pled_outputs.asm	Mon Dec 06 17:12:39 2010 +0100
+++ b/code_part1/OSTC_code_asm_part1/pled_outputs.asm	Tue Dec 07 18:33:06 2010 +0100
@@ -69,7 +69,7 @@
 	call	PLED_set_color
 	return
 PLED_standard_color2:
-	movlw	color_standard1		; Reset Color
+	movlw	0xFF		        ; Force full white.
 	call	PLED_set_color
 	return