Ethernet driver for SAM3X.
[bertos.git] / bertos / drv / eth.h
index 2d29ba7ad410260669fc53c3c479663e7557061b..ff80c95cac35be2875ae00271a3efb6747773d19 100644 (file)
@@ -36,7 +36,7 @@
  *
  * $WIZ$ module_name = "eth"
  * $WIZ$ module_configuration = "bertos/cfg/cfg_eth.h"
- * $WIZ$ module_supports = "at91sam7x"
+ * $WIZ$ module_supports = "at91sam7x or sam3x"
  */
 
 #ifndef DRV_ETH_H