[SX127x] Added setFifoThreshold

This commit is contained in:
Szczepan 2024-11-03 11:17:45 +01:00
parent 4e79d33bd3
commit bca180c962

View file

@ -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.