Subversion Repositories FlightCtrl

Rev

Rev 1438 | Rev 1484 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1435 killagreg 1
#ifndef _LIBFC_H
2
#define _LIBFC_H
3
 
4
extern void LIBFC_Init(void);
5
extern void LIBFC_Polling(void);
6
extern void LIBFC_ReceiverInit(void);
7
 
1438 ingob 8
 
1435 killagreg 9
#endif //_LIBFC_H