From 267eaa9ecc4fc7c7a64fef9ee0e4405ea6d4417c Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Wed, 28 Apr 2021 23:57:40 +0200 Subject: [PATCH] stm32-l451-miromico-sx1280: fix disconnect in RGB LED demo --- port/stm32-l451-miromico-sx1280/example/gatt_rgb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/port/stm32-l451-miromico-sx1280/example/gatt_rgb.c b/port/stm32-l451-miromico-sx1280/example/gatt_rgb.c index fcbf987d8..ece37d858 100644 --- a/port/stm32-l451-miromico-sx1280/example/gatt_rgb.c +++ b/port/stm32-l451-miromico-sx1280/example/gatt_rgb.c @@ -65,7 +65,6 @@ #define HEARTBEAT_BLINK_MS 200 static btstack_timer_source_t heartbeat; -static btstack_packet_callback_registration_t hci_event_callback_registration; static bool connected;