File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
samples/bluetooth/direct_test_mode/src Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -778,15 +778,15 @@ static nrf_radio_txpower_t dbm_to_nrf_radio_txpower(int8_t tx_power)
778778
779779#if defined(RADIO_TXPOWER_TXPOWER_Neg22dBm )
780780 case -22 :
781- return RADIO_TXPOWER_TXPOWER_Neg22Bm ;
781+ return RADIO_TXPOWER_TXPOWER_Neg22dBm ;
782782#endif /* defined(RADIO_TXPOWER_TXPOWER_Neg22dBm) */
783783
784784 case -20 :
785785 return RADIO_TXPOWER_TXPOWER_Neg20dBm ;
786786
787787#if defined(RADIO_TXPOWER_TXPOWER_Neg18dBm )
788788 case -18 :
789- return RADIO_TXPOWER_TXPOWER_Neg18Bm ;
789+ return RADIO_TXPOWER_TXPOWER_Neg18dBm ;
790790#endif /* defined(RADIO_TXPOWER_TXPOWER_Neg18dBm) */
791791
792792 case -16 :
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ manifest:
7272 # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
7373 - name : zephyr
7474 repo-path : sdk-zephyr
75- revision : pull/2076/head
75+ revision : 2a679b95faef5dd1e5a46d6710d7059b6042758c
7676 import :
7777 # In addition to the zephyr repository itself, NCS also
7878 # imports the contents of zephyr/west.yml at the above
You can’t perform that action at this time.
0 commit comments