mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-11-16 12:34:33 +00:00
fixup: using rt_kprintf instead of libc API for kernel source
Signed-off-by: Shell <smokewood@qq.com>
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
int main(void)
|
int main(void)
|
||||||
{
|
{
|
||||||
printf("Hello RISC-V\n");
|
rt_kprintf("Hello RISC-V\n");
|
||||||
|
|
||||||
#ifdef BSP_USING_LCD
|
#ifdef BSP_USING_LCD
|
||||||
extern int rt_hw_lcd_init(void);
|
extern int rt_hw_lcd_init(void);
|
||||||
|
|||||||
Reference in New Issue
Block a user