Ignore:
Timestamp:
Jul 24, 2015, 3:21:35 PM (9 years ago)
Author:
guerin
Message:

remove deprecated giet_fat_list()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_libs/stdio.c

    r659 r661  
    10801080}
    10811081
    1082 /////////////////////////////////////
    1083 int giet_fat_list( char* pathname )
    1084 {
    1085     return sys_call( SYSCALL_FAT_LIST,
    1086                      (unsigned int)pathname,
    1087                      0, 0, 0 );
    1088 }
    1089 
    10901082
    10911083
Note: See TracChangeset for help on using the changeset viewer.