mirror of
https://github.com/google/pebble.git
synced 2026-02-21 04:26:51 -05:00
spelling: strength
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -160,7 +160,7 @@ static int s_pattern_timer = TIMER_INVALID_ID;
|
|||||||
static bool s_pattern_in_progress = false;
|
static bool s_pattern_in_progress = false;
|
||||||
// s_vibe_strength is the current vibration strength setting of the motor
|
// s_vibe_strength is the current vibration strength setting of the motor
|
||||||
static int32_t s_vibe_strength = VIBE_STRENGTH_OFF;
|
static int32_t s_vibe_strength = VIBE_STRENGTH_OFF;
|
||||||
// s_vibe_strength_default is the vibrations trength of the motor used when one is not specified
|
// s_vibe_strength_default is the vibrations strength of the motor used when one is not specified
|
||||||
// explicitly, and can be changed in the notification vibration strength setting.
|
// explicitly, and can be changed in the notification vibration strength setting.
|
||||||
static int32_t s_vibe_strength_default = VIBE_STRENGTH_MAX;
|
static int32_t s_vibe_strength_default = VIBE_STRENGTH_MAX;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user