fixup: using rt_kprintf instead of libc API for kernel source
Signed-off-by: Shell <smokewood@qq.com>
This commit is contained in:
parent
148e5774c9
commit
0b6aa5ae0c
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue