raburton / rboot

An open source bootloader for the ESP8266
https://richard.burtons.org/tag/rboot/?order=ASC
MIT License
300 stars 72 forks source link

Fixes to get rid of compiler warnings. Don't use malloc/free wrappers. #41

Closed eriksl closed 5 years ago

eriksl commented 5 years ago

I think if you don't use the ugly Espressif os_malloc and os_free defines, you also don't need the kludge to find out where they're defined.

This commit also fixes a compiler because a global function is defined but not declared.

eriksl commented 5 years ago

I am going to rework this one too.