[SX126x] Added missing override

This commit is contained in:
jgromes 2024-05-26 08:44:12 +02:00
parent 214a566d9a
commit 77bc8fb33e

View file

@ -551,7 +551,7 @@ class SX126x: public PhysicalLayer {
Overload with warm start enabled for PhysicalLayer compatibility. Overload with warm start enabled for PhysicalLayer compatibility.
\returns \ref status_codes \returns \ref status_codes
*/ */
int16_t sleep(); int16_t sleep() override;
/*! /*!
\brief Sets the module to sleep mode. To wake the device up, call standby(). \brief Sets the module to sleep mode. To wake the device up, call standby().