YuuichiNakamura commented on a change in pull request #1377: URL: https://github.com/apache/incubator-nuttx/pull/1377#discussion_r485280871
########## File path: arch/arm/src/common/arm_initialize.c ########## @@ -163,6 +164,10 @@ void up_initialize(void) note_register(); /* Non-standard /dev/note */ #endif +#if defined(CONFIG_DRIVER_NOTECTL) + notectl_register(); /* Non-standard /dev/notectl */ Review comment: @xiaoxiang781216 I have reverted the notectl driver initialization in the all arch files. 54a2a2e I'll follow your changes completely after #1731 is merged. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org