sam3n: fix confusion between interrupt numbers and peripheral ids.
[bertos.git] / bertos / cfg / cfg_i2s.h
index 2188e88c569d4d759b15a826ed62ca0a798153e8..6657157e5c73704c9b2d265f6e3d4e910f3b12f2 100644 (file)
@@ -32,7 +32,6 @@
  *
  * \brief Configuration file for I2S module.
  *
- * \version $Id$
  *
  * \author Luca Ottaviano <lottaviano@develer.com>
  */
  * 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.