[SX128x] Fixed default parameters

This commit is contained in:
jgromes 2023-05-28 22:32:06 +02:00
parent ca319c9c0b
commit 1597e8d754

View file

@ -531,7 +531,7 @@ class SX128x: public PhysicalLayer {
\param len Only for PhysicalLayer compatibility, not used.
\returns \ref status_codes
*/
int16_t startReceive(uint16_t timeout = RADIOLIB_SX128X_RX_TIMEOUT_INF, uint16_t irqFlags = RADIOLIB_SX128X_IRQ_RX_DEFAULT, uint16_t irqMask = RADIOLIB_SX128X_IRQ_RX_DONE, size_t len = 0);
int16_t startReceive(uint16_t timeout, uint16_t irqFlags = RADIOLIB_SX128X_IRQ_RX_DEFAULT, uint16_t irqMask = RADIOLIB_SX128X_IRQ_RX_DONE, size_t len = 0);
/*!
\brief Reads the current IRQ status.