Subversion Repositories FlightCtrl

Rev

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

Rev 1435 Rev 1438
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
3
 
5
 
4
extern void LIBFC_Init(void);
6
extern void LIBFC_Init(void);
5
extern void LIBFC_Polling(void);
7
extern void LIBFC_Polling(void);
6
extern void LIBFC_ReceiverInit(void);
8
extern void LIBFC_ReceiverInit(void);
-
 
9
 
-
 
10
extern unsigned char MAX_SENDE_BUFF;
-
 
11
extern unsigned char MAX_EMPFANGS_BUFF;
7
 
12
 
8
#endif //_LIBFC_H
13
#endif //_LIBFC_H
9
 
14