Update ble_handlers.cpp
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user