Tools: chibios.py remove duplicate fread from wraplist

This commit is contained in:
Jaaaky 2020-01-26 21:13:55 +02:00 committed by Peter Barker
parent 5c388507d4
commit fb7c5e09e5
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@ def build(bld):
# directly or via another libc call # directly or via another libc call
wraplist = ['sscanf', 'fprintf', 'snprintf', 'vsnprintf','vasprintf','asprintf','vprintf','scanf', wraplist = ['sscanf', 'fprintf', 'snprintf', 'vsnprintf','vasprintf','asprintf','vprintf','scanf',
'fiprintf','printf', 'fiprintf','printf',
'fopen', 'fread', 'fflush', 'fwrite', 'fread', 'fputs', 'fgets', 'fopen', 'fflush', 'fwrite', 'fread', 'fputs', 'fgets',
'clearerr', 'fseek', 'ferror', 'fclose', 'tmpfile', 'getc', 'ungetc', 'feof', 'clearerr', 'fseek', 'ferror', 'fclose', 'tmpfile', 'getc', 'ungetc', 'feof',
'ftell', 'freopen', 'remove', 'vfprintf', 'fscanf' ] 'ftell', 'freopen', 'remove', 'vfprintf', 'fscanf' ]
for w in wraplist: for w in wraplist: