]> cloudbase.mooo.com Git - avrcpm.git/blobdiff - avr/dsk_fsys.asm
SVN --> GIT
[avrcpm.git] / avr / dsk_fsys.asm
index 057d523efc8437010172161d2c385e6cd6d3413c..0081468f74f2aa30f2551964abeff618fff72f94 100644 (file)
@@ -283,7 +283,7 @@ dskDiskCheck:
        ldi     temp,1
        lcall   clockput
 .endif
-       rcall   mgr_init_partitions             ;disk chanched?
+       rcall   mgr_init_partitions             ;disk changed?
        push    temp
 .if 0
        ldi     temp2,0x40
@@ -1003,7 +1003,7 @@ dskdbgboot:
 dskdbg1:
        ldd     temp,y+o_seekdsk
        subi    temp,-('A')
-       rcall   uartputc
+       lcall   uartputc
        printstring ": trk "
        ldd     temp2,y+o_seektrk+1
        ldd     temp,y+o_seektrk
@@ -1385,7 +1385,7 @@ dsk_writehost:
        breq    dsk_hstwr_err
 
        ldiw    z,hostbuf
-       rcall   mmcWriteSect
+       lcall   mmcWriteSect
        tst     temp
        brne    dsk_hstwr_err