mirror of
https://github.com/google/pebble.git
synced 2025-06-24 10:06:16 +00:00
spelling: receive
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
a58187577d
commit
a0222e963c
4 changed files with 4 additions and 4 deletions
|
@ -469,7 +469,7 @@ void analytics_event_health_insight_response(time_t timestamp, ActivityInsightTy
|
|||
ActivitySessionType activity_type,
|
||||
ActivityInsightResponseType response_id);
|
||||
|
||||
//! Tracks duration of time it takes to recieve byte transfers over putbytes
|
||||
//! Tracks duration of time it takes to receive byte transfers over putbytes
|
||||
//! and statistics on the type of transfer and whether the data stored was valid
|
||||
//! @param session the session used to transfer the data
|
||||
//! @param crc_good whether or not the CRC for the blob transferred is valid
|
||||
|
|
|
@ -77,7 +77,7 @@ static void prv_timer_callback(void *context) {
|
|||
}
|
||||
|
||||
static void prv_schedule_call_watchdog(int poll_interval_ms) {
|
||||
// The Android app currently crashes if it recieves the get_state event. It currently doesn't
|
||||
// The Android app currently crashes if it receives the get_state event. It currently doesn't
|
||||
// respond either so don't bother sending messages we don't need to. We also don't need to poll
|
||||
// iOS 9 since we can rely on ANCS to tell us when the phone stops ringing
|
||||
if (s_call_source == PhoneCallSource_ANCS_Legacy) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue