Skip to content

Commit

Permalink
[CC1101] Fix doxygen comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jgromes committed Mar 26, 2024
1 parent 0ed586a commit 7b52111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/CC1101/CC1101.h
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ class CC1101: public PhysicalLayer {
/*!
\brief Set modem in "sniff" mode: no packet filtering (e.g., no preamble, sync word, address, CRC).
\param enable Set or unset promiscuous mode.
\param defaults to false: no carriersense, true: sets carriersense above threshold
\param requireCarrierSense Set carriersense required above threshold, defaults to false.
\returns \ref status_codes
*/
int16_t setPromiscuousMode(bool enable = true, bool requireCarrierSense = false);
Expand Down

0 comments on commit 7b52111

Please sign in to comment.