mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-06-05 20:09:05 -04:00
Add back in header file that was mistakenly removed prior to previous check in.
This commit is contained in:
parent
90ec8c2b57
commit
7c54dfea37
|
@ -53,6 +53,7 @@
|
|||
|
||||
/* Hardware specific includes. */
|
||||
#include "iodefine.h"
|
||||
#include "typedefine.h"
|
||||
#include "hwEthernet.h"
|
||||
#include "hwEthernetPhy.h"
|
||||
|
||||
|
@ -296,6 +297,8 @@ long lReturn;
|
|||
/* Enable EDMAC receive */
|
||||
EDMAC.EDRRR.LONG = 0x1;
|
||||
}
|
||||
|
||||
return lReturn;
|
||||
}
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue