summaryrefslogtreecommitdiff
path: root/apps/gui/wps.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/wps.c')
-rw-r--r--apps/gui/wps.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/gui/wps.c b/apps/gui/wps.c
index cbf003a..80522d0 100644
--- a/apps/gui/wps.c
+++ b/apps/gui/wps.c
@@ -577,8 +577,7 @@ static void play_hop(int direction)
else if (direction == 1 && step >= remaining)
{
#if CONFIG_CODEC == SWCODEC
- if(global_settings.beep)
- beep_play(1000, 150, 1500*global_settings.beep);
+ system_sound_play(SOUND_TRACK_NO_MORE);
#endif
return;
}