#ifndef __AIC_STDIO_H_ #define __AIC_STDIO_H_ #ifdef __cplusplus extern "C" { #endif void stdio_set_uart(int id); #ifdef __cplusplus } #endif #endif