mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
newlib: fixes for compatibility with newlib 3.0
This commit is contained in:
@@ -41,5 +41,4 @@ void IRAM_ATTR esp_reent_init(struct _reent* r)
|
||||
r->__sglue._next = NULL;
|
||||
r->__sglue._niobs = 0;
|
||||
r->__sglue._iobs = NULL;
|
||||
r->_current_locale = "C";
|
||||
}
|
||||
|
Reference in New Issue
Block a user