X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Demo%2FColdFire_MCF51CN128_CodeWarrior%2FSources%2FFEC.h;h=9707c25cec839c7a74a778ed0f36f57896efeded;hb=b50b48b5915471248b185bdff4ee0a4ee1826f75;hp=39b19ef72e0039b8935d7982452f557f78b7c44b;hpb=763d6a5028f736b860543baaf746962e6c3d1523;p=freertos diff --git a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FEC.h b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FEC.h index 39b19ef72..9707c25ce 100644 --- a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FEC.h +++ b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FEC.h @@ -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 );