From f9af9b4d3f31d3f8b0504e45cb78b23abbd5ce3d Mon Sep 17 00:00:00 2001 From: jgromes Date: Wed, 15 May 2024 18:45:57 +0200 Subject: [PATCH] [SX128x] Fix forgotten sleep --- src/modules/SX128x/SX128x.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/SX128x/SX128x.h b/src/modules/SX128x/SX128x.h index 969ab58a..706cc627 100644 --- a/src/modules/SX128x/SX128x.h +++ b/src/modules/SX128x/SX128x.h @@ -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); /*!