Add back in header file that was mistakenly removed prior to previous check in.

pull/4/head
Richard Barry 15 years ago
parent 90ec8c2b57
commit 7c54dfea37

@ -53,6 +53,7 @@
/* Hardware specific includes. */ /* Hardware specific includes. */
#include "iodefine.h" #include "iodefine.h"
#include "typedefine.h"
#include "hwEthernet.h" #include "hwEthernet.h"
#include "hwEthernetPhy.h" #include "hwEthernetPhy.h"
@ -296,6 +297,8 @@ long lReturn;
/* Enable EDMAC receive */ /* Enable EDMAC receive */
EDMAC.EDRRR.LONG = 0x1; EDMAC.EDRRR.LONG = 0x1;
} }
return lReturn;
} }
/*-----------------------------------------------------------*/ /*-----------------------------------------------------------*/

Loading…
Cancel
Save