Do not assert on received data.
[bertos.git] / bertos / cfg / cfg_i2s.h
index 2188e88c569d4d759b15a826ed62ca0a798153e8..52fa88481f8e731d13b32b7d5529c402b2156f6d 100644 (file)
  * 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.