]> git.sur5r.net Git - freertos/blobdiff - Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FEC.h
Remove unnecessary use of portLONG, portCHAR and portSHORT.
[freertos] / Demo / ColdFire_MCF51CN128_CodeWarrior / Sources / FEC.h
index 39b19ef72e0039b8935d7982452f557f78b7c44b..9707c25cec839c7a74a778ed0f36f57896efeded 100644 (file)
@@ -37,7 +37,7 @@
 void vInitFEC( void );\r
 \r
 /* Receive any data into the uip_buf array. */\r
-unsigned portLONG ulFECRx( void );\r
+unsigned long ulFECRx( void );\r
 \r
 /* Transmit the uip_buf array. */\r
 void vFECTx( void );\r