diff --git a/samples/bluetooth/direct_test_mode/src/dtm.c b/samples/bluetooth/direct_test_mode/src/dtm.c index 4b7ec8585dc6..f79ed1c7f8c5 100644 --- a/samples/bluetooth/direct_test_mode/src/dtm.c +++ b/samples/bluetooth/direct_test_mode/src/dtm.c @@ -778,7 +778,7 @@ static nrf_radio_txpower_t dbm_to_nrf_radio_txpower(int8_t tx_power) #if defined(RADIO_TXPOWER_TXPOWER_Neg22dBm) case -22: - return RADIO_TXPOWER_TXPOWER_Neg22Bm; + return RADIO_TXPOWER_TXPOWER_Neg22dBm; #endif /* defined(RADIO_TXPOWER_TXPOWER_Neg22dBm) */ case -20: @@ -786,7 +786,7 @@ static nrf_radio_txpower_t dbm_to_nrf_radio_txpower(int8_t tx_power) #if defined(RADIO_TXPOWER_TXPOWER_Neg18dBm) case -18: - return RADIO_TXPOWER_TXPOWER_Neg18Bm; + return RADIO_TXPOWER_TXPOWER_Neg18dBm; #endif /* defined(RADIO_TXPOWER_TXPOWER_Neg18dBm) */ case -16: diff --git a/west.yml b/west.yml index 6ccae13f46c2..288a260fbd22 100644 --- a/west.yml +++ b/west.yml @@ -72,7 +72,7 @@ manifest: # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html - name: zephyr repo-path: sdk-zephyr - revision: d3d3f66845737630687c9018cdb687319b74ec17 + revision: 2a679b95faef5dd1e5a46d6710d7059b6042758c import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above