From a25f26e530b5fc08e4bbce6719cc29e4280b82db Mon Sep 17 00:00:00 2001 From: richardbarry Date: Sat, 18 Sep 2010 13:41:28 +0000 Subject: [PATCH] Update to build with C99. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1103 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Demo/ARM9_STR91X_IAR/Library/source/91x_enet.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/Demo/ARM9_STR91X_IAR/Library/source/91x_enet.c b/Demo/ARM9_STR91X_IAR/Library/source/91x_enet.c index e00e975cb..8dc5cae28 100644 --- a/Demo/ARM9_STR91X_IAR/Library/source/91x_enet.c +++ b/Demo/ARM9_STR91X_IAR/Library/source/91x_enet.c @@ -57,9 +57,6 @@ static ENET_DMADSCRBase dmaTxDscrBase, dmaRxDscrBase[ ENET_NUM_RX_BUFFERS ]; static u8 RxBuff[ ENET_NUM_RX_BUFFERS ][ENET_BUFFER_SIZE]; u8 TxBuff[ENET_BUFFER_SIZE]; -/* Private function prototypes -----------------------------------------------*/ -extern MEMCOPY_L2S_BY4(); - /* Interface functions -------------------------------------------------------*/ /* Private functions ---------------------------------------------------------*/ -- 2.39.5