Fix SD and I2S wizard definitions.
[bertos.git] / bertos / drv / i2s.h
index 1729b927e35c645f596d0a4b7529fd15368109ad..2623702c4e17fe165c804e20a694bc436b0464f0 100644 (file)
@@ -57,7 +57,7 @@
  *
  * $WIZ$ module_name = "i2s"
  * $WIZ$ module_configuration = "bertos/cfg/cfg_i2s.h"
- * $WIZ$ module_supports = "not atmega103 and not atmega168 and not at91"
+ * $WIZ$ module_supports = "not atmega103 and not atmega168 and not atmega8"
  */
 
 #ifndef I2S_H