summaryrefslogtreecommitdiff
path: root/apps/gui
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui')
-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 cbf003adbd..80522d04bd 100644
--- a/apps/gui/wps.c
+++ b/apps/gui/wps.c
@@ -577,8 +577,7 @@ static void play_hop(int direction)
577 else if (direction == 1 && step >= remaining) 577 else if (direction == 1 && step >= remaining)
578 { 578 {
579#if CONFIG_CODEC == SWCODEC 579#if CONFIG_CODEC == SWCODEC
580 if(global_settings.beep) 580 system_sound_play(SOUND_TRACK_NO_MORE);
581 beep_play(1000, 150, 1500*global_settings.beep);
582#endif 581#endif
583 return; 582 return;
584 } 583 }