mirror of
https://github.com/google/pebble.git
synced 2025-05-19 01:44:53 +00:00
spelling: callback
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
4011cdd2c3
commit
4a26ea9f66
6 changed files with 8 additions and 8 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue