Remove warning message for at91 CPUs.
[bertos.git] / bertos / drv / eeprom.h
index 583e070adbc3aee9b8f8bf905db89e6d3aa3ccf4..f1d7faf537cd3184f83784cbb590a2f0e18dbf15 100644 (file)
@@ -37,7 +37,6 @@
  *
  * $WIZ$ module_name = "eeprom"
  * $WIZ$ module_depends = "kfile", "i2c"
- * $WIZ$ module_supports = "not at91"
  */
 
 #ifndef DRV_EEPROM_H