mirror of
https://github.com/google/pebble.git
synced 2025-07-18 20:16:39 -04:00
spelling: occurred
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
0f0c1cca12
commit
3d34684548
10 changed files with 15 additions and 15 deletions
|
@ -404,7 +404,7 @@ void analytics_event_crash(uint8_t crash_code, uint32_t link_register) {
|
|||
.crash_report.link_register = link_register
|
||||
};
|
||||
|
||||
ANALYTICS_LOG_DEBUG("Crash occured: Code %"PRIu8" / LR: %"PRIu32,
|
||||
ANALYTICS_LOG_DEBUG("Crash occurred: Code %"PRIu8" / LR: %"PRIu32,
|
||||
event_blob.crash_report.crash_code, event_blob.crash_report.link_register);
|
||||
|
||||
analytics_logging_log_event(&event_blob);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue