From 6fc4bfa8fcd17facb7f11a46b1d1158e9a4aafc9 Mon Sep 17 00:00:00 2001 From: jgromes Date: Sun, 1 Sep 2024 18:12:30 +0200 Subject: [PATCH] [LR11x0] Fix comments referencing DIO1 --- src/modules/LR11x0/LR11x0.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/LR11x0/LR11x0.h b/src/modules/LR11x0/LR11x0.h index 5677ac46..7c5737bd 100644 --- a/src/modules/LR11x0/LR11x0.h +++ b/src/modules/LR11x0/LR11x0.h @@ -977,7 +977,7 @@ class LR11x0: public PhysicalLayer { int16_t startChannelScan() override; /*! - \brief Interrupt-driven channel activity detection method. DIO1 will be activated + \brief Interrupt-driven channel activity detection method. IRQ pin will be activated when LoRa preamble is detected, or upon timeout. \param config CAD configuration structure. \returns \ref status_codes @@ -1223,7 +1223,7 @@ class LR11x0: public PhysicalLayer { uint32_t getIrqFlags() override; /*! - \brief Set interrupt on DIO1 to be sent on a specific IRQ bit (e.g. RxTimeout, CadDone). + \brief Set interrupt on IRQ pin to be sent on a specific IRQ bit (e.g. RxTimeout, CadDone). \param irq Module-specific IRQ flags. \returns \ref status_codes */