From 6174d80586ca13ed4e0fa78247891d704ecd66d1 Mon Sep 17 00:00:00 2001 From: discip <53649486+discip@users.noreply.github.com> Date: Sat, 11 Mar 2023 01:45:44 +0100 Subject: [PATCH] Update ble_handlers.cpp --- source/Core/BSP/Pinecilv2/ble_handlers.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/Core/BSP/Pinecilv2/ble_handlers.cpp b/source/Core/BSP/Pinecilv2/ble_handlers.cpp index fdfd5122..b93a332a 100644 --- a/source/Core/BSP/Pinecilv2/ble_handlers.cpp +++ b/source/Core/BSP/Pinecilv2/ble_handlers.cpp @@ -254,7 +254,6 @@ int ble_char_write_setting_value_callback(struct bt_conn *conn, const struct bt_ OLED::setRotation(getSettingValue(SettingsOptions::OrientationMode) & 1); break; default: - BT_WARN("Unhandled uuid_value in %s. Got 0x%x", PRETTY_FUNCTION, uuid_value); break; } return len;