mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-21 18:57:16 +08:00
[components/driver] update serial (#8567)
This commit is contained in:
@@ -519,3 +519,8 @@ rt_weak void rt_hw_secondary_cpu_idle_exec(void)
|
||||
rt_hw_wfe();
|
||||
}
|
||||
#endif
|
||||
|
||||
void rt_hw_console_output(const char *str)
|
||||
{
|
||||
rt_fdt_earlycon_output(str);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user