From e12903ec283e19279e32b4f6836451f34bfce4f8 Mon Sep 17 00:00:00 2001 From: discip <53649486+discip@users.noreply.github.com> Date: Sat, 11 Mar 2023 13:56:47 +0100 Subject: [PATCH] Update ble_handlers.cpp --- source/Core/BSP/Pinecilv2/ble_handlers.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/Core/BSP/Pinecilv2/ble_handlers.cpp b/source/Core/BSP/Pinecilv2/ble_handlers.cpp index b93a332a..4fe47bfb 100644 --- a/source/Core/BSP/Pinecilv2/ble_handlers.cpp +++ b/source/Core/BSP/Pinecilv2/ble_handlers.cpp @@ -253,8 +253,6 @@ int ble_char_write_setting_value_callback(struct bt_conn *conn, const struct bt_ case SettingsOptions::OrientationMode: OLED::setRotation(getSettingValue(SettingsOptions::OrientationMode) & 1); break; - default: - break; } return len; }