git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3980 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
2424576a2a
commit
2bfbe2d144
|
@ -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.*/
|
||||
|
|
Loading…
Reference in New Issue