mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-06-07 04:49:04 -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. */
|
/* 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…
Reference in a new issue