X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_i2s.h;h=52fa88481f8e731d13b32b7d5529c402b2156f6d;hb=68ac3bfba91119369e42240a732f542c0c6d2736;hp=2188e88c569d4d759b15a826ed62ca0a798153e8;hpb=47db6a7e9ce9351f13213926883e4d6561115c13;p=bertos.git diff --git a/bertos/cfg/cfg_i2s.h b/bertos/cfg/cfg_i2s.h index 2188e88c..52fa8848 100644 --- a/bertos/cfg/cfg_i2s.h +++ b/bertos/cfg/cfg_i2s.h @@ -51,8 +51,10 @@ * Sampling frequency of the audio file. * * $WIZ$ type = "int" + * $WIZ$ min = 32000 + * $WIZ$ max = 192000 */ -#define CONFIG_SAMPLE_FREQ 44100 +#define CONFIG_SAMPLE_FREQ 44100UL /** * Module logging level.