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

[GitHub] utzig commented on a change in pull request #1642: kernel/os: Track most recent event in debug builds

utzig commented on a change in pull request #1642: kernel/os: Track most recent event in debug builds
URL: https://github.com/apache/mynewt-core/pull/1642#discussion_r256529882
 
 

 ##########
 File path: kernel/os/include/os/os_eventq.h
 ##########
 @@ -71,11 +71,14 @@ struct os_eventq {
      */
     struct os_task *evq_task;
 
+#if MYNEWT_VAL(OS_EVENTQ_DEBUG)
+    /** Most reently procesed event. */
 
 Review comment:
   typo `reently`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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