#include #include millis_t millis() { return HAL_GetTick(); } void yield() { // does nothing }