From 195339a0c7a93a822fd8bd41520dc9eed1bda6b3 Mon Sep 17 00:00:00 2001 From: jgromes Date: Sun, 26 May 2024 08:44:42 +0200 Subject: [PATCH] [LR11x0] Added missing override --- src/modules/LR11x0/LR11x0.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/LR11x0/LR11x0.h b/src/modules/LR11x0/LR11x0.h index 6db2f783..7ba95a98 100644 --- a/src/modules/LR11x0/LR11x0.h +++ b/src/modules/LR11x0/LR11x0.h @@ -824,7 +824,7 @@ class LR11x0: 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().