echtzeit.dev

Results 1 issues of echtzeit.dev

USBAPI.h declares the return type of Serial_::baud() as `uint32_t` This causes an error when building the framework with Clang, because it typedefs arm-none-eabi `uint32_t` to `unsigned int` and not to...