diff --git a/src/modules/SX128x/SX128x.h b/src/modules/SX128x/SX128x.h index 1a35228c..c93d79c4 100644 --- a/src/modules/SX128x/SX128x.h +++ b/src/modules/SX128x/SX128x.h @@ -462,7 +462,7 @@ class SX128x: public PhysicalLayer { Overload for PhysicalLayer compatibility. \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().