Tools: chibios.py remove duplicate fread from wraplist
This commit is contained in:
parent
5c388507d4
commit
fb7c5e09e5
@ -431,7 +431,7 @@ def build(bld):
|
||||
# directly or via another libc call
|
||||
wraplist = ['sscanf', 'fprintf', 'snprintf', 'vsnprintf','vasprintf','asprintf','vprintf','scanf',
|
||||
'fiprintf','printf',
|
||||
'fopen', 'fread', 'fflush', 'fwrite', 'fread', 'fputs', 'fgets',
|
||||
'fopen', 'fflush', 'fwrite', 'fread', 'fputs', 'fgets',
|
||||
'clearerr', 'fseek', 'ferror', 'fclose', 'tmpfile', 'getc', 'ungetc', 'feof',
|
||||
'ftell', 'freopen', 'remove', 'vfprintf', 'fscanf' ]
|
||||
for w in wraplist:
|
||||
|
Loading…
Reference in New Issue
Block a user