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/01/18 08:09:30 UTC

[GitHub] rymanluk commented on a change in pull request #742: nimble/ble_ll: Add support for HCI Test commands

rymanluk commented on a change in pull request #742: nimble/ble_ll: Add support for HCI Test commands
URL: https://github.com/apache/mynewt-core/pull/742#discussion_r162271695
 
 

 ##########
 File path: hw/drivers/nimble/nrf52/src/ble_phy.c
 ##########
 @@ -1694,8 +1698,13 @@ ble_phy_setchan(uint8_t chan, uint32_t access_addr, uint32_t crcinit)
     /* Set the frequency and the data whitening initial value */
     g_ble_phy_data.phy_chan = chan;
     NRF_RADIO->FREQUENCY = freq;
+#if MYNEWT_VAL(BLE_LL_DIRECT_TEST_MODE) == 1
 
 Review comment:
   let me try that then. If OK I will remove it.

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