X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Demo%2FColdFire_MCF51CN128_CodeWarrior%2FSources%2Ffecbd.h;h=700544ae4dd6bc92a68b774e571f9db43eddec30;hb=b50b48b5915471248b185bdff4ee0a4ee1826f75;hp=4be80495795b111faf240b86cdeedb8899854019;hpb=763d6a5028f736b860543baaf746962e6c3d1523;p=freertos diff --git a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/fecbd.h b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/fecbd.h index 4be804957..700544ae4 100644 --- a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/fecbd.h +++ b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/fecbd.h @@ -29,9 +29,9 @@ #pragma options align= packed typedef struct { - unsigned portSHORT status; /* control and status */ - unsigned portSHORT length; /* transfer length */ - unsigned portCHAR *data; /* buffer address */ + unsigned short status; /* control and status */ + unsigned short length; /* transfer length */ + unsigned char *data; /* buffer address */ } FECBD; /* @@ -85,7 +85,7 @@ typedef struct int fecbd_init(int, int, int); void fecbd_flush(int); void fecbd_dump( void ); -unsigned portLONG fecbd_get_start(int, int); +unsigned long fecbd_get_start(int, int); FECBD* fecbd_rx_alloc(int); FECBD* fecbd_tx_alloc(int); FECBD* fecbd_tx_free(int);