mirror of
https://github.com/sheumann/hush.git
synced 2025-04-06 20:37:07 +00:00
beep: disallow FEATURE_BEEP_FREQ = 0 in configuration
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
54916641be
commit
2f6dc07d8f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user