From 66e657bf29b0d32bdb63d585db54d6c6940df5e2 Mon Sep 17 00:00:00 2001 From: jgromes Date: Mon, 1 Apr 2024 10:49:21 +0200 Subject: [PATCH] [Ext] Fixed doxygen warnings --- src/protocols/ExternalRadio/ExternalRadio.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/protocols/ExternalRadio/ExternalRadio.h b/src/protocols/ExternalRadio/ExternalRadio.h index 25908fd0..22a0c41e 100644 --- a/src/protocols/ExternalRadio/ExternalRadio.h +++ b/src/protocols/ExternalRadio/ExternalRadio.h @@ -9,6 +9,10 @@ #include "../PhysicalLayer/PhysicalLayer.h" +/*! + \class ExternalRadio + \brief Class to interface with external radio hardware. +*/ class ExternalRadio: public PhysicalLayer { public: #if defined(RADIOLIB_BUILD_ARDUINO)