Browse Source

Tools: chibios.py remove duplicate fread from wraplist

zr-v5.1
Jaaaky 5 years ago committed by Peter Barker
parent
commit
fb7c5e09e5
  1. 2
      Tools/ardupilotwaf/chibios.py

2
Tools/ardupilotwaf/chibios.py

@ -431,7 +431,7 @@ def build(bld): @@ -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…
Cancel
Save