Ready for V5.1.1 release.

This commit is contained in:
Richard Barry 2008-11-20 16:16:31 +00:00
parent 5e238dd6f4
commit 57e58b25af
72 changed files with 102 additions and 102 deletions

View file

@ -1,5 +1,5 @@
/*
FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.
FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@ -334,7 +334,7 @@ unsigned portCHAR *pcBufPointer;
/* Setup the Tx buffers and descriptors. There is no separate Tx buffer
to point to (the Rx buffers are actually used) so the data member is
set to NULL for now. */
set to NULL for now. */
for( ux = 0; ux < fecNUM_FEC_TX_BUFFERS; ux++ )
{
xFECTxDescriptors[ ux ].status = TX_BD_TC;