mirror of
https://github.com/google/pebble.git
synced 2025-11-19 14:00:59 -05:00
spelling: callback
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -55,7 +55,7 @@ void battery_set_fast_charge(bool fast_charge_enabled) {
|
||||
}
|
||||
|
||||
|
||||
void qemu_battery_msg_callack(const uint8_t *data, uint32_t len) {
|
||||
void qemu_battery_msg_callback(const uint8_t *data, uint32_t len) {
|
||||
QemuProtocolBatteryHeader *hdr = (QemuProtocolBatteryHeader *)data;
|
||||
if (len != sizeof(*hdr)) {
|
||||
PBL_LOG(LOG_LEVEL_ERROR, "Invalid packet length");
|
||||
|
||||
Reference in New Issue
Block a user