diff code_part1/OSTC_code_asm_part1/display_lowlevel.asm @ 707:2129862bbfe6

correct a typo
author heinrichsweikamp
date Wed, 17 Apr 2013 19:52:08 +0200
parents d68c6a6b1f38
children 71bb907d0ce5
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