From 44ba86c91aa7be2b5ee9450b811a871405fc5d16 Mon Sep 17 00:00:00 2001 From: jiaxin96 <572673807@qq.com> Date: Sat, 19 Jun 2021 22:55:05 +0800 Subject: [PATCH] Update biu_nrf52.cpp --- keyboards/yandrstudio/biu_nrf52_ble_lib/biu_nrf52.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/keyboards/yandrstudio/biu_nrf52_ble_lib/biu_nrf52.cpp b/keyboards/yandrstudio/biu_nrf52_ble_lib/biu_nrf52.cpp index 8296d7737b5a..3246909e1eeb 100644 --- a/keyboards/yandrstudio/biu_nrf52_ble_lib/biu_nrf52.cpp +++ b/keyboards/yandrstudio/biu_nrf52_ble_lib/biu_nrf52.cpp @@ -549,7 +549,6 @@ bool bluetooth_init(void) { state.configured = false; state.is_connected = false; - bluetooth_init_pre(); // Perform a hardware reset setPinOutput(BIUNRF52ResetPin);