From 2ff87ec07c9da065f354cdac3411a65e0d0d09b2 Mon Sep 17 00:00:00 2001 From: jgromes Date: Fri, 24 May 2019 20:29:05 +0200 Subject: [PATCH] [SX127x] Updated Doxygen comments --- src/modules/SX127x.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/SX127x.h b/src/modules/SX127x.h index 6b696962..063d5b0f 100644 --- a/src/modules/SX127x.h +++ b/src/modules/SX127x.h @@ -524,7 +524,7 @@ /*! \class SX127x - \brief Implements all common high-level chip functions. All derived classes (e.g. SX1278 or SX1272) inherit from this base class. + \brief Base class for SX127x series. All derived classes for SX127x (e.g. SX1278 or SX1272) inherit from this base class. This class should not be instantiated directly from Arduino sketch, only from its derived classes. */ class SX127x: public PhysicalLayer {