mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-19 02:41:14 +00:00
newlib: remove usage of pre-ANSI defines
This commit is contained in:
@@ -32,7 +32,7 @@ static struct _reent s_reent;
|
||||
extern int _printf_float(struct _reent *rptr,
|
||||
void *pdata,
|
||||
FILE * fp,
|
||||
int (*pfunc) (struct _reent *, FILE *, _CONST char *, size_t len),
|
||||
int (*pfunc) (struct _reent *, FILE *, const char *, size_t len),
|
||||
va_list * ap);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user