]> git.sur5r.net Git - freertos/commitdiff
Update to build with C99.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 18 Sep 2010 13:41:28 +0000 (13:41 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 18 Sep 2010 13:41:28 +0000 (13:41 +0000)
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

index e00e975cbbef3067ca599eaca0e3e94f3520af8c..8dc5cae289b4522d76de2bf8796b51d71e7fe627 100644 (file)
@@ -57,9 +57,6 @@ static ENET_DMADSCRBase  dmaTxDscrBase, dmaRxDscrBase[ ENET_NUM_RX_BUFFERS ];
 static u8 RxBuff[ ENET_NUM_RX_BUFFERS ][ENET_BUFFER_SIZE];\r
 u8 TxBuff[ENET_BUFFER_SIZE];\r
 \r
-/* Private function prototypes -----------------------------------------------*/\r
-extern MEMCOPY_L2S_BY4();\r
-\r
 /* Interface functions -------------------------------------------------------*/\r
 /* Private functions ---------------------------------------------------------*/\r
 \r