mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-07-01 14:27:54 +08:00
Add back in header file that was mistakenly removed prior to previous check in.
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
/*-----------------------------------------------------------*/
|
/*-----------------------------------------------------------*/
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user