From 16710d4daeefed57e874701f4a6139213b395b10 Mon Sep 17 00:00:00 2001 From: jgromes Date: Sun, 26 May 2024 08:45:42 +0200 Subject: [PATCH] [SX128x] Added missing override --- src/modules/SX128x/SX128x.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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().