Skip to content

Commit 021a82d

Browse files
rlubosNordicBuilder
authored andcommitted
samples: bluetooth: Fix RADIO_TXPOWER_* symbols typo
Fix typos in RADIO_TXPOWER_* symbols. Signed-off-by: Robert Lubos <[email protected]>
1 parent 9d104e8 commit 021a82d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

samples/bluetooth/direct_test_mode/src/dtm.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)