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 2021/07/10 13:20:28 UTC

[GitHub] [incubator-nuttx] Donny9 commented on a change in pull request #4112: smp: fix pid assign issue

Donny9 commented on a change in pull request #4112:
URL: https://github.com/apache/incubator-nuttx/pull/4112#discussion_r667338597



##########
File path: sched/init/nx_start.c
##########
@@ -522,6 +521,8 @@ void nx_start(void)
         }
     }
 
+  g_lastpid = cpu ? cpu -1 : 0;

Review comment:
       > 
   > 
   > nit: missing whitespace
   
   Done. thank you.




-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org