xiaoxiang781216 opened a new pull request, #6127: URL: https://github.com/apache/incubator-nuttx/pull/6127
## Summary since it's too late with the below commit: ``` ommit a594a5d7a8dcd756884ca7d3449f37ba77f96af3 Author: chao.an <[email protected]> Date: Mon Apr 11 19:44:26 2022 +0800 sched/init: drivers_initialize() should be late than up_initialize() up_initialize | ->up_serialinit | ->uart_register /* ("/dev/console", &CONSOLE_DEV); */ drivers_initialize | ->syslog_console_init | ->register_driver /* ("/dev/console", &g_consoleops, 0666, NULL); */ ``` ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
