From f6975b0aa203c238feceb31c9f58eea82fad9989 Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Sat, 1 Apr 2023 14:20:10 +1100 Subject: [PATCH] Update ble_handlers.cpp --- source/Core/BSP/Pinecilv2/ble_handlers.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/Core/BSP/Pinecilv2/ble_handlers.cpp b/source/Core/BSP/Pinecilv2/ble_handlers.cpp index 476d6c41..664ce43a 100644 --- a/source/Core/BSP/Pinecilv2/ble_handlers.cpp +++ b/source/Core/BSP/Pinecilv2/ble_handlers.cpp @@ -258,8 +258,7 @@ 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: - BT_ASSERT(uuid_value == uuid_value); + default: break; } return len;