mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04: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
|
@ -137,7 +137,7 @@ void ENET_MACControlConfig(ENET_MACConfig *MAC_Config)
|
|||
*******************************************************************************/
|
||||
portBASE_TYPE ENET_SetOperatingMode( void )
|
||||
{
|
||||
unsigned portLONG ulStatusReg, ulControlReg, ulLinkAbilityReg;
|
||||
unsigned long ulStatusReg, ulControlReg, ulLinkAbilityReg;
|
||||
|
||||
/* Link status is latched, so read twice to get current value */
|
||||
ulStatusReg = ENET_MIIReadReg(0, STE100P_STATUS_REG);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue