[Ext] Fixed doxygen warnings

This commit is contained in:
jgromes 2024-04-01 10:49:21 +02:00
parent bf101b50ba
commit 66e657bf29

View file

@ -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)