Skip to content

Commit

Permalink
[SX127x] Added setFifoThreshold
Browse files Browse the repository at this point in the history
  • Loading branch information
SzczepanLeon committed Nov 3, 2024
1 parent 4e79d33 commit bca180c
Showing 1 changed file with 1 addition and 1 deletion.
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.
\param Threshold level.
*/
void SX127x::setFifoThreshold(uint8_t threshold);
void setFifoThreshold(uint8_t threshold);

/*!
\brief Set interrupt service routine function to call when FIFO is full.
Expand Down

0 comments on commit bca180c

Please sign in to comment.