PerMalmberg / Smooth

C++ framework for embedded programming on top of Espressif's ESP-IDF.
Apache License 2.0
325 stars 30 forks source link

Added missing <cstdint> include for uint8_t #133

Closed COM8 closed 4 years ago

COM8 commented 4 years ago

This PR adds the missing include for uint8_t. Without it derived classes do not compile.

error: 'uint8_t' does not name a type
PerMalmberg commented 4 years ago

Cool, thank you.