Closed xcvista closed 6 years ago
Way too many times had I be bitten by this: usbd_core.h depends on stdbool.h, but it does not #include it directly for some reason. I just added it there so it won't bite in the future again.
#include
And regarding C++, stdbool.h is usually safe to C++.
Way too many times had I be bitten by this: usbd_core.h depends on stdbool.h, but it does not
#include
it directly for some reason. I just added it there so it won't bite in the future again.And regarding C++, stdbool.h is usually safe to C++.