#include "api-hal-delay.h" #include void delay_us(uint32_t time) { // How to deal with it printf("[DELAY] %d us\n", time); }