Regenerated arduino aprs project and enable it in nightly tests.
[bertos.git] / bertos / drv / eth.h
index 2d29ba7ad410260669fc53c3c479663e7557061b..57ce35f41e819ee344b32b5965e1a7f9a58f54e0 100644 (file)
@@ -36,7 +36,8 @@
  *
  * $WIZ$ module_name = "eth"
  * $WIZ$ module_configuration = "bertos/cfg/cfg_eth.h"
- * $WIZ$ module_supports = "at91sam7x"
+ * $WIZ$ module_supports = "at91sam7x or sam3x"
+ * $WIZ$ module_depends = "timer"
  */
 
 #ifndef DRV_ETH_H