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

Replace macros os_malloc and os_free with what they refer to. #45

Closed eriksl closed 5 years ago

eriksl commented 5 years ago

It's not clear why these macros are used and it results in a kludge for determining whether RTOS or NONOS SDK is used. I think without the macros it works for both without the kludge.