fixup: using rt_kprintf instead of libc API for kernel source

Signed-off-by: Shell <smokewood@qq.com>
This commit is contained in:
Shell 2024-07-26 10:12:42 +08:00 committed by Bernard Xiong
parent 148e5774c9
commit 0b6aa5ae0c
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
int main(void)
{
printf("Hello RISC-V\n");
rt_kprintf("Hello RISC-V\n");
#ifdef BSP_USING_LCD
extern int rt_hw_lcd_init(void);