stm32-l451-miromico-sx1280: fix disconnect in RGB LED demo

This commit is contained in:
Matthias Ringwald 2021-04-28 23:57:40 +02:00
parent f87ef305b4
commit 267eaa9ecc

View File

@ -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;