mirror of
https://github.com/google/pebble.git
synced 2025-04-24 05:27:07 -04:00
spelling: surprise
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
6ba090d3ce
commit
202215e86c
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include "resource/resource.h"
|
||||
|
||||
// transformed to int to avoid surpises between C->JS
|
||||
// transformed to int to avoid surprises between C->JS
|
||||
typedef int (*ResourceReadCb)(int offset, uint8_t *buf, int num_bytes);
|
||||
typedef int (*ResourceGetSizeCb)(void);
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
//! @file fw/applib/app_timer.c
|
||||
//!
|
||||
//! Surpise! All this is is a dumb wrapper around evented_timer!
|
||||
//! Surprise! All this is is a dumb wrapper around evented_timer!
|
||||
|
||||
DEFINE_SYSCALL(AppTimer*, app_timer_register, uint32_t timeout_ms,
|
||||
AppTimerCallback callback,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue