mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-28 21:08:18 +08:00
Update to build with C99.
This commit is contained in:
@ -57,9 +57,6 @@ static ENET_DMADSCRBase dmaTxDscrBase, dmaRxDscrBase[ ENET_NUM_RX_BUFFERS ];
|
|||||||
static u8 RxBuff[ ENET_NUM_RX_BUFFERS ][ENET_BUFFER_SIZE];
|
static u8 RxBuff[ ENET_NUM_RX_BUFFERS ][ENET_BUFFER_SIZE];
|
||||||
u8 TxBuff[ENET_BUFFER_SIZE];
|
u8 TxBuff[ENET_BUFFER_SIZE];
|
||||||
|
|
||||||
/* Private function prototypes -----------------------------------------------*/
|
|
||||||
extern MEMCOPY_L2S_BY4();
|
|
||||||
|
|
||||||
/* Interface functions -------------------------------------------------------*/
|
/* Interface functions -------------------------------------------------------*/
|
||||||
/* Private functions ---------------------------------------------------------*/
|
/* Private functions ---------------------------------------------------------*/
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user