#include "api_rt.h" void iRt_Init() { iRtGpio_Init(); iRtTimer_Init(); // iRtUart_Init(); iRtPwm_Init(); iRtAdc_Init(); }