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 Espressif int types (u)intX by stdint types (u)intX_t. #49

Closed eriksl closed 5 years ago

eriksl commented 5 years ago

So they won't bite the stdint ones used in the rest of my project.