From 77bc8fb33ea6947faf2b7fbe95d7df1734651522 Mon Sep 17 00:00:00 2001 From: jgromes Date: Sun, 26 May 2024 08:44:12 +0200 Subject: [PATCH] [SX126x] Added missing override --- src/modules/SX126x/SX126x.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/SX126x/SX126x.h b/src/modules/SX126x/SX126x.h index e1297adc..d66351bb 100644 --- a/src/modules/SX126x/SX126x.h +++ b/src/modules/SX126x/SX126x.h @@ -551,7 +551,7 @@ class SX126x: public PhysicalLayer { Overload with warm start enabled 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().