You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/02/18 13:19:52 UTC

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #296: arch: Move iob_initialize into nx_start just after heap initialization

patacongo commented on a change in pull request #296: arch: Move iob_initialize into nx_start just after heap initialization
URL: https://github.com/apache/incubator-nuttx/pull/296#discussion_r380665917
 
 

 ##########
 File path: sched/init/nx_start.c
 ##########
 @@ -610,6 +611,12 @@ void nx_start(void)
   }
 #endif
 
+#ifdef CONFIG_MM_IOB
+    /* Initialize IO buffering */
 
 Review comment:
   There is an error in the indentatino here.  Should only be indented by two spaces.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services