Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
breakintoprogram authored Oct 2, 2022
1 parent 580c6eb commit 2331041
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/mos_api.inc
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ mos_del: EQU 05h
mos_ren: EQU 06h
mos_mkdir: EQU 07h
mos_sysvars: EQU 08h
mos_editline:: EQU 09h
mos_editline: EQU 09h
mos_fopen: EQU 0Ah
mos_fclose: EQU 0Bh
mos_fgetc EQU 0Ch
mos_fputc EQU 0Dh
mos_feof EQU 0Eh
mos_fgetc: EQU 0Ch
mos_fputc: EQU 0Dh
mos_feof: EQU 0Eh
mos_getError: EQU 0Fh

; FatFS file access functions
Expand Down

0 comments on commit 2331041

Please sign in to comment.