Subversion Repositories FlightCtrl

Rev

Rev 1438 | Rev 1484 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1438 Rev 1441
1
#ifndef _LIBFC_H
1
#ifndef _LIBFC_H
2
#define _LIBFC_H
2
#define _LIBFC_H
3
#undef MAX_EMPFANGS_BUFF
-
 
4
#undef MAX_SENDE_BUFF
-
 
5
 
3
 
6
extern void LIBFC_Init(void);
4
extern void LIBFC_Init(void);
7
extern void LIBFC_Polling(void);
5
extern void LIBFC_Polling(void);
8
extern void LIBFC_ReceiverInit(void);
6
extern void LIBFC_ReceiverInit(void);
9
 
-
 
10
extern unsigned char MAX_SENDE_BUFF;
-
 
11
extern unsigned char MAX_EMPFANGS_BUFF;
7
 
12
 
8
 
13
#endif //_LIBFC_H
9
#endif //_LIBFC_H
14
 
10