Skip to content

Commit 286653c

Browse files
maje-embnordicjm
authored andcommitted
esb: Update Doxygen documentation for tx_output_power
Updated Doxygen documentation for tx_output_power parameter in esb_config structure. Ref: NCSDK-30436 Signed-off-by: Marcin Jelinski <marcin.jelinski@nordicsemi.no>
1 parent 72324b9 commit 286653c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

include/esb.h

+3-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,9 @@ struct esb_config {
322322
/* General RF parameters */
323323
enum esb_bitrate bitrate; /**< Bitrate mode. */
324324
enum esb_crc crc; /**< CRC mode. */
325-
int8_t tx_output_power; /**< Radio TX power. */
325+
int8_t tx_output_power; /**< Radio TX power.
326+
* Output power in dBm.
327+
*/
326328

327329
uint16_t retransmit_delay; /**< The delay between each retransmission of
328330
* unacknowledged packets.

0 commit comments

Comments
 (0)