Skip to content

Commit 5c3355d

Browse files
committed
fw/apps/prf/vibe: use vibes_long_pulse()
So vibration is more perceptible. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
1 parent 6daac32 commit 5c3355d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fw/apps/prf_apps/mfg_vibe_app.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ static void prv_handle_second_tick(struct tm *tick_time, TimeUnits units_changed
7474
data->state = STATE_VIBING;
7575
}
7676
} else if (data->state == STATE_VIBING) {
77-
vibes_short_pulse();
77+
vibes_long_pulse();
7878
}
7979
}
8080

0 commit comments

Comments
 (0)