[SX128x] Added missing override

This commit is contained in:
jgromes 2024-05-26 08:45:42 +02:00
parent 195339a0c7
commit 16710d4dae

View file

@ -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().