We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6daac32 commit 5c3355dCopy full SHA for 5c3355d
1 file changed
src/fw/apps/prf_apps/mfg_vibe_app.c
@@ -74,7 +74,7 @@ static void prv_handle_second_tick(struct tm *tick_time, TimeUnits units_changed
74
data->state = STATE_VIBING;
75
}
76
} else if (data->state == STATE_VIBING) {
77
- vibes_short_pulse();
+ vibes_long_pulse();
78
79
80
0 commit comments