[SX127x] Added setFifoThreshold
This commit is contained in:
parent
4e79d33bd3
commit
bca180c962
1 changed files with 1 additions and 1 deletions
|
@ -765,7 +765,7 @@ class SX127x: public PhysicalLayer {
|
||||||
\brief Set FIFO threshold level.
|
\brief Set FIFO threshold level.
|
||||||
\param 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.
|
\brief Set interrupt service routine function to call when FIFO is full.
|
||||||
|
|
Loading…
Add table
Reference in a new issue