We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7911a9e commit bfe098dCopy full SHA for bfe098d
src/mac/LoRaMac.c
@@ -591,7 +591,7 @@ LoRaMacStatus_t SetTxContinuousWave( uint16_t timeout );
591
*
592
* \param [IN] timeout Time in seconds while the radio is kept in continuous wave mode
593
* \param [IN] frequency RF frequency to be set.
594
- * \param [IN] power RF ouptut power to be set.
+ * \param [IN] power RF output power to be set.
595
* \retval status Status of the operation.
596
*/
597
LoRaMacStatus_t SetTxContinuousWave1( uint16_t timeout, uint32_t frequency, uint8_t power );
0 commit comments