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 2018/09/06 11:11:33 UTC

[GitHub] andrzej-kaczmarek commented on a change in pull request #184: DTM: few improvements

andrzej-kaczmarek commented on a change in pull request #184: DTM: few improvements
URL: https://github.com/apache/mynewt-nimble/pull/184#discussion_r215586752
 
 

 ##########
 File path: nimble/controller/src/ble_ll_dtm.c
 ##########
 @@ -23,12 +23,24 @@
 
 #include "assert.h"
 #include "os/os.h"
+#include "stats/stats.h"
 #include "controller/ble_ll.h"
 #include "controller/ble_phy.h"
 #include "controller/ble_ll_sched.h"
 #include "controller/ble_ll_xcvr.h"
 #include "ble_ll_dtm_priv.h"
 
+STATS_SECT_START(ble_ll_dtm_stats)
 
 Review comment:
   right, I usually view stats directly on debugger so forgot about this. will fix :)

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