From bca180c9620b6ddec10c0859625e06234fc491a7 Mon Sep 17 00:00:00 2001 From: Szczepan Date: Sun, 3 Nov 2024 11:17:45 +0100 Subject: [PATCH] [SX127x] Added setFifoThreshold --- src/modules/SX127x/SX127x.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/SX127x/SX127x.h b/src/modules/SX127x/SX127x.h index 023b9698b..e5d5db54d 100644 --- a/src/modules/SX127x/SX127x.h +++ b/src/modules/SX127x/SX127x.h @@ -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.