From 2f6dc07d8fe5cc3349b28ea3351baf050af750d5 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 8 Jul 2017 12:21:45 +0200 Subject: [PATCH] beep: disallow FEATURE_BEEP_FREQ = 0 in configuration Signed-off-by: Denys Vlasenko --- miscutils/beep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miscutils/beep.c b/miscutils/beep.c index 14802b543..216f69400 100644 --- a/miscutils/beep.c +++ b/miscutils/beep.c @@ -16,7 +16,7 @@ //config: //config:config FEATURE_BEEP_FREQ //config: int "default frequency" -//config: range 0 2147483647 +//config: range 20 50000 # allowing 0 here breaks the build //config: default 4000 //config: depends on BEEP //config: help