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/06/17 07:38:12 UTC

[GitHub] [mynewt-nimble] szymon-czapracki commented on a change in pull request #488: nimble/mesh: Fix provisioning errors handling

szymon-czapracki commented on a change in pull request #488: nimble/mesh: Fix provisioning errors handling
URL: https://github.com/apache/mynewt-nimble/pull/488#discussion_r294167602
 
 

 ##########
 File path: nimble/host/mesh/src/prov.c
 ##########
 @@ -177,7 +179,7 @@ static struct os_mbuf *rx_buf;
 #define PROV_BUF(len) NET_BUF_SIMPLE(PROV_BUF_HEADROOM + len)
 
 static struct prov_link link;
-
+static struct os_callout protocol_timer;
 
 Review comment:
   Done
   

----------------------------------------------------------------
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