spelling: callback

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 14:37:05 -05:00
parent 4011cdd2c3
commit 4a26ea9f66
6 changed files with 8 additions and 8 deletions

View file

@ -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");