]> cloudbase.mooo.com Git - avrcpm.git/blobdiff - avr/dsk_fsys.asm
* Minor corrections/optimizations.
[avrcpm.git] / avr / dsk_fsys.asm
index e39783e251f4281f941a34d190685799931b9206..1ba9f7d6af02fe2a90bd539ac54819ec97579c47 100644 (file)
@@ -821,7 +821,7 @@ dsk_imgprp_err:
        printnewline
        ldi     temp,'A'
        add     temp,temp3
-       call    uartputc
+       lcall   uartputc
        printstring ": Format not supported: Too much sectors per track! "
        printnewline
 
@@ -1038,7 +1038,7 @@ dskdbge:
        rjmp    dsk_boot
 
        printstring "DISK I/O: Invalid Function code: "
-       rcall   printhex
+       lcall   printhex
        rjmp    haltinv
 
 dsk_boot: