You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting this. It will be fixed in a 3.0, when I will change all types to those from stdint.h and stdbool.h.
(When I started working on this library, it had to work on IAR 5.x and have a C-only interface; back then IAR had some issues with stdint.h, that's why I limited myself to types built into the C language; things got messy later when I had to support GCC 6.x and clang.)
In stp.h flush parameter is uint:
In documentation StpCallback_DebugStrOut.html flush is bool type.
All usages inside stp_log.cpp provide true/false as flush argument
The text was updated successfully, but these errors were encountered: