changeset 707:2129862bbfe6

correct a typo
author heinrichsweikamp
date Wed, 17 Apr 2013 19:52:08 +0200
parents d68c6a6b1f38
children 71bb907d0ce5
files code_part1/OSTC_code_asm_part1/display_lowlevel.asm code_part1/OSTC_code_asm_part1/menu_logbook.asm
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/display_lowlevel.asm	Tue Apr 16 15:40:27 2013 +0200
+++ b/code_part1/OSTC_code_asm_part1/display_lowlevel.asm	Wed Apr 17 19:52:08 2013 +0200
@@ -65,7 +65,7 @@
         call    pixel_write
         endm
 
-INIT_PIXEL_WROTE macro colRegister
+INIT_PIXEL_WRITE macro colRegister
         movff   colRegister,win_leftx2
         call    init_pixel_write
         endm
--- a/code_part1/OSTC_code_asm_part1/menu_logbook.asm	Tue Apr 16 15:40:27 2013 +0200
+++ b/code_part1/OSTC_code_asm_part1/menu_logbook.asm	Wed Apr 17 19:52:08 2013 +0200
@@ -662,7 +662,7 @@
     clrf        logbook_last_tp             ; Also reset previous Y for Tp°
     clrf        logbook_ceiling             ; Ceiling = 0, correct value for no ceiling.
 
-    INIT_PIXEL_WROTE timeout_counter3       ; pixel x2			(Also sets standard Color!)
+    INIT_PIXEL_WRITE timeout_counter3       ; pixel x2			(Also sets standard Color!)
 
 profile_display_loop:
 	movff		profile_temp+0,profile_temp2+0