Skip to content

Commit

Permalink
[SX127x] Fix typo in doxygen comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jgromes committed Feb 18, 2025
1 parent 6a96d44 commit 648ecbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/modules/SX127x/SX1272.h
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class SX1272: public SX127x {
\brief Sets transmission output power. Allowed values range from -1 to 14 dBm (RFO pin) or +2 to +20 dBm (PA_BOOST pin).
\param power Transmission output power in dBm.
\param forceRfo Whether to force using the RFO pin for the RF output (true)
or the lave the selection up to user (false) based on power output.
or to leave the selection up to user (false) based on power output.
\returns \ref status_codes
*/
int16_t setOutputPower(int8_t power, bool forceRfo);
Expand Down
2 changes: 1 addition & 1 deletion src/modules/SX127x/SX1278.h
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ class SX1278: public SX127x {
High power +20 dBm operation is also supported, on the PA_BOOST pin.
\param power Transmission output power in dBm.
\param forceRfo Whether to force using the RFO pin for the RF output (true)
or the lave the selection up to user (false) based on power output.
or to leave the selection up to user (false) based on power output.
\returns \ref status_codes
*/
int16_t setOutputPower(int8_t power, bool forceRfo);
Expand Down

0 comments on commit 648ecbe

Please sign in to comment.