From 710a1540b58e491172497c3c69c8f58fc2ca7e65 Mon Sep 17 00:00:00 2001 From: jgromes Date: Mon, 14 Oct 2024 16:38:57 +0100 Subject: [PATCH] [STM32WLx] Update Rx interrupt example (#1272) --- .../STM32WLx_Receive_Interrupt/STM32WLx_Receive_Interrupt.ino | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/STM32WLx/STM32WLx_Receive_Interrupt/STM32WLx_Receive_Interrupt.ino b/examples/STM32WLx/STM32WLx_Receive_Interrupt/STM32WLx_Receive_Interrupt.ino index a1da0968..1fb31ddb 100644 --- a/examples/STM32WLx/STM32WLx_Receive_Interrupt/STM32WLx_Receive_Interrupt.ino +++ b/examples/STM32WLx/STM32WLx_Receive_Interrupt/STM32WLx_Receive_Interrupt.ino @@ -154,8 +154,5 @@ void loop() { Serial.println(state); } - - // put module back to listen mode - radio.startReceive(); } }