Subversion Repositories FlightCtrl

Rev

Rev 1705 | Rev 1761 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1705 Rev 1760
Line 10... Line 10...
10
#include "main.h"
10
#include "main.h"
11
#include "uart.h"
11
#include "uart.h"
12
#include "libfc.h"
12
#include "libfc.h"
13
#include "eeprom.h"
13
#include "eeprom.h"
Line 14... Line -...
14
 
-
 
15
 
-
 
16
 
14
 
17
#define FC_ADDRESS 1
15
#define FC_ADDRESS 1
18
#define NC_ADDRESS 2
16
#define NC_ADDRESS 2
19
#define MK3MAG_ADDRESS 3
17
#define MK3MAG_ADDRESS 3
Line 20... Line 18...
20
#define BL_CTRL_ADDRESS 5
18
#define BL_CTRL_ADDRESS 5
21
 
19
 
22
#define ABO_TIMEOUT 4000 // disable abo after 4 seconds
20
#define ABO_TIMEOUT 4000 // disable abo after 4 seconds
23
#define MAX_SENDE_BUFF     160
-
 
Line 24... Line 21...
24
#define MAX_EMPFANGS_BUFF  160
21
#define MAX_SENDE_BUFF     170
25
 
22
#define MAX_EMPFANGS_BUFF  170
26
 
23
 
27
#define BLPARAM_REVISION 1
24
#define BLPARAM_REVISION 1