From: richardbarry Date: Sat, 18 Sep 2010 13:41:28 +0000 (+0000) Subject: Update to build with C99. X-Git-Tag: V6.1.0~32 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a25f26e530b5fc08e4bbce6719cc29e4280b82db;p=freertos Update to build with C99. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1103 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- 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 ---------------------------------------------------------*/