Subversion Repositories FlightCtrl

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2544 holgerb 1
#ifndef _MLINK_H
2
#define _MLINK_H
3
 
4
extern unsigned char NewMlinkData;
5
extern void MlinkParser(unsigned char);
6
extern void MlinkUartInit(void);
7
extern void ProcessMlinkData(void);
8
 
9
#endif