mirror of
https://github.com/google/pebble.git
synced 2025-04-30 23:31:40 -04:00
spelling: compatible
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
6dd10b1640
commit
d9cbe55fed
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ void app_run_state_command(CommSession *session, AppRunStateCommand cmd, const U
|
||||||
// Determine the running application
|
// Determine the running application
|
||||||
uuid = &app_manager_get_current_app_md()->uuid;
|
uuid = &app_manager_get_current_app_md()->uuid;
|
||||||
if (session != NULL) {
|
if (session != NULL) {
|
||||||
// We check the session here as to be backwards compatibile with the 0x31 endpoint and
|
// We check the session here as to be backwards compatible with the 0x31 endpoint and
|
||||||
// to avoid repeating code, the endpoint makes use of this function, but since it does
|
// to avoid repeating code, the endpoint makes use of this function, but since it does
|
||||||
// not have an active session (it's session is NULL), it will fall to the else case.
|
// not have an active session (it's session is NULL), it will fall to the else case.
|
||||||
AppRunState *app_run_state = kernel_malloc_check(sizeof(AppRunState));
|
AppRunState *app_run_state = kernel_malloc_check(sizeof(AppRunState));
|
||||||
|
|
Loading…
Add table
Reference in a new issue