git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3980 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2012-02-25 13:08:27 +00:00
parent 2424576a2a
commit 2bfbe2d144
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ void mac_lld_start(MACDriver *macp) {
/* Transmitter and receiver enabled.
Note that the complete setup of the MAC is performed when the link
status is detected.*/
ETH->MACCR = ETH_MACCR_TE | ETH_MACCR_TE;
ETH->MACCR = ETH_MACCR_RE | ETH_MACCR_TE;
/* DMA configuration:
Descriptor chains pointers.*/