Tidy up an comment.

This commit is contained in:
Richard Barry 2008-11-16 20:25:26 +00:00
parent b8104d386f
commit b56d2c8d6b
4 changed files with 113 additions and 77 deletions

View file

@ -70,10 +70,10 @@ typedef struct {
int rfsw_tr; /* RFSW Truncated */
} FEC_EVENT_LOG;
void vInitFEC( void );
unsigned short usGetFECRxData( void );
void vSendBufferToFEC( void );
void vDiscardRxData( void );
void vFECInit( void );
unsigned short usFECGetRxedData( void );
void vFECSendData( void );
void vFECRxProcessingCompleted( void );
/********************************************************************/