Make MAC address configurable using hw files.
[bertos.git] / bertos / cpu / arm / drv / eth_at91.c
index 529d7af4e5473b51045ef1ec435e108abc9edc7a..4f19fca14c05f7f67b2e5b0561f99c54ed1f8530 100644 (file)
 #define EMAC_RX_INTS   (BV(EMAC_RCOMP) | BV(EMAC_ROVR) | BV(EMAC_RXUBR))
 #define EMAC_TX_INTS   (BV(EMAC_TCOMP) | BV(EMAC_TXUBR) | BV(EMAC_RLEX))
 
-/*
- * MAC address configuration (please change this in your project!).
- *
- * TODO: make this paramater user-configurable from the Wizard.
- */
-const uint8_t mac_addr[] = { 0x00, 0x11, 0x22, 0x33, 0x44, 0x55 };
-
 /* Silent Doxygen bug... */
 #ifndef __doxygen__
 /*