Skip to content

Commit

Permalink
Update ble_handlers.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
discip authored Mar 11, 2023
1 parent d88eed4 commit 6174d80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/Core/BSP/Pinecilv2/ble_handlers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6174d80

Please sign in to comment.