Files
luban-lite-t3e-pro/bsp/artinchip/include/drv_bare/aic_stdio.h
刘可亮 7bbc029dae v1.0.0
2023-08-30 16:21:18 +08:00

16 lines
157 B
C

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