apache-mynewt-bot commented on PR #1319: URL: https://github.com/apache/mynewt-nimble/pull/1319#issuecomment-1211868114
<!-- style-bot --> ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md) #### nimble/drivers/nrf5340/src/ble_phy.c <details> ```diff @@ -1385,7 +1386,8 @@ /* Toggle peripheral power to reset (just in case) */ NRF_RADIO_NS->POWER = 0; NRF_RADIO_NS->POWER = 1; - *(volatile uint32_t *)(NRF_RADIO_NS_BASE + 0x774) = (*(volatile uint32_t* )(NRF_RADIO_NS_BASE + 0x774) & 0xfffffffe) | 0x01000000; + *(volatile uint32_t *)(NRF_RADIO_NS_BASE + + 0x774) = (*(volatile uint32_t * )(NRF_RADIO_NS_BASE + 0x774) & 0xfffffffe) | 0x01000000; /* Errata 16 - RADIO: POWER register is not functional * Workaround: Reset all RADIO registers in firmware. ``` </details> -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
