X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_i2s.h;h=6657157e5c73704c9b2d265f6e3d4e910f3b12f2;hb=3a9f71a83372f6e3d66ad64fd7ad5524940eec70;hp=2188e88c569d4d759b15a826ed62ca0a798153e8;hpb=47db6a7e9ce9351f13213926883e4d6561115c13;p=bertos.git diff --git a/bertos/cfg/cfg_i2s.h b/bertos/cfg/cfg_i2s.h index 2188e88c..6657157e 100644 --- a/bertos/cfg/cfg_i2s.h +++ b/bertos/cfg/cfg_i2s.h @@ -32,7 +32,6 @@ * * \brief Configuration file for I2S module. * - * \version $Id$ * * \author Luca Ottaviano */ @@ -51,8 +50,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.