[SX128x] Fix forgotten sleep

This commit is contained in:
jgromes 2024-05-15 18:45:57 +02:00
parent 63ef9e0977
commit f9af9b4d3f

View file

@ -470,7 +470,6 @@ class SX128x: public PhysicalLayer {
to discard current configuration and data buffer. Defaults to true.
\returns \ref status_codes
*/
int16_t sleep();
int16_t sleep(bool retainConfig);
/*!