Fix compilation issues on I2S module.
[bertos.git] / bertos / cpu / arm / drv / i2s_at91.h
index 2623702c4e17fe165c804e20a694bc436b0464f0..abdbdc28106d3b54ba0b8e69b9451d2a0d761faa 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 atmega8"
+ * $WIZ$ module_supports = "at91"
  */
 
 #ifndef I2S_H