Remove unnecessary use of portLONG, portCHAR and portSHORT.

Change version number in headers.
This commit is contained in:
Richard Barry 2009-10-05 10:08:35 +00:00
parent 506dd1b7c8
commit 7f0c4ef656
123 changed files with 4610 additions and 4496 deletions

View file

@ -37,7 +37,7 @@
void vInitFEC( void );
/* Receive any data into the uip_buf array. */
unsigned portLONG ulFECRx( void );
unsigned long ulFECRx( void );
/* Transmit the uip_buf array. */
void vFECTx( void );