haukepetersen commented on a change in pull request #365: controller: fix 
missing critical sections for ble_ll_xcvr_rfclk_x calls
URL: https://github.com/apache/mynewt-nimble/pull/365#discussion_r263746284
 
 

 ##########
 File path: nimble/controller/src/ble_ll_xcvr.c
 ##########
 @@ -102,7 +102,10 @@ void
 ble_ll_xcvr_rfclk_timer_exp(void *arg)
 {
     if (g_ble_ll_data.ll_rfclk_state == BLE_RFCLK_STATE_OFF) {
+        os_sr_t sr;
 
 Review comment:
   +1
   
   will propose an alternative to this PR taking the above comments into 
account. Together with #366 that should hopefully solve this for good.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to