Subversion Repositories FlightCtrl

Rev

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

Rev 2048 Rev 2052
Line 13... Line 13...
13
#define COMMAND_ACCCAL  4
13
#define COMMAND_ACCCAL  4
Line 14... Line 14...
14
 
14
 
Line 15... Line 15...
15
extern uint8_t compassCalState;
15
extern uint8_t compassCalState;
-
 
16
 
-
 
17
void commands_handleCommands(void);
16
 
18
 
-
 
19
#ifdef USE_MK3MAG
Line 17... Line 20...
17
void commands_handleCommands(void);
20
uint8_t commands_isCalibratingCompass(void);