Skip to content

Commit

Permalink
[SX127x] Added parameter doc and keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
jgromes committed Nov 3, 2024
1 parent cb45f4f commit fe52311
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ randomByte KEYWORD2
getPacketLength KEYWORD2
setFifoEmptyAction KEYWORD2
clearFifoEmptyAction KEYWORD2
setFifoThreshold KEYWORD2
setFifoFullAction KEYWORD2
clearFifoFullAction KEYWORD2
fifoAdd KEYWORD2
Expand Down
2 changes: 1 addition & 1 deletion src/modules/RF69/RF69.h
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ class RF69: public PhysicalLayer {
\brief Set FIFO threshold level.
Be aware that threshold is also set in setFifoFullAction method.
setFifoThreshold method must be called AFTER calling setFifoFullAction!
\param Threshold level.
\param threshold Threshold level in bytes.
*/
void setFifoThreshold(uint8_t threshold);

Expand Down
2 changes: 1 addition & 1 deletion src/modules/SX127x/SX127x.h
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ class SX127x: public PhysicalLayer {
\brief Set FIFO threshold level.
Be aware that threshold is also set in setFifoFullAction method.
setFifoThreshold method must be called AFTER calling setFifoFullAction!
\param Threshold level.
\param threshold Threshold level in bytes.
*/
void setFifoThreshold(uint8_t threshold);

Expand Down

0 comments on commit fe52311

Please sign in to comment.