commit | 1b84f4a22adb1a8c3fa633a5b08081694667505c | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Sat Jul 08 12:21:45 2017 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sat Jul 08 12:21:45 2017 +0200 |
tree | 59ad2616c9b5452576c525f86445faa7534e223b | |
parent | 13102634bb38befd80fafb5d2ebd915d7dcf0c5f [diff] [blame] |
beep: disallow FEATURE_BEEP_FREQ = 0 in configuration Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/miscutils/beep.c b/miscutils/beep.c index 14802b5..216f694 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