XuNeo commented on code in PR #12641: URL: https://github.com/apache/nuttx/pull/12641#discussion_r1668548515
########## sched/init/nx_start.c: ########## @@ -520,6 +520,8 @@ void nx_start(void) /* Initialize RTOS Data ***************************************************/ + drivers_early_initialize(); Review Comment: That makes sense. I have updated the code. Please help to review again. -- 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]
