Files
luban-lite-t3e-pro/bsp/artinchip/include/drv_bare/aic_stdio.h

16 lines
157 B
C
Raw Normal View History

2023-08-30 16:21:18 +08:00
#ifndef __AIC_STDIO_H_
#define __AIC_STDIO_H_
#ifdef __cplusplus
extern "C" {
#endif
void stdio_set_uart(int id);
#ifdef __cplusplus
}
#endif
#endif