mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-02-22 01:55:35 -05:00
Remove unnecessary use of portLONG, portCHAR and portSHORT.
Change version number in headers.
This commit is contained in:
parent
506dd1b7c8
commit
7f0c4ef656
123 changed files with 4610 additions and 4496 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue