Subversion Repositories NaviCtrl

Rev

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

Rev 626 Rev 675
Line 13... Line 13...
13
#define NC_ERROR0_FC_INCOMPATIBLE               0x04
13
#define NC_ERROR0_FC_INCOMPATIBLE               0x04
14
#define NC_ERROR0_COMPASS_INCOMPATIBLE  0x08
14
#define NC_ERROR0_COMPASS_INCOMPATIBLE  0x08
15
#define NC_ERROR0_GPS_RX                                0x10
15
#define NC_ERROR0_GPS_RX                                0x10
16
#define NC_ERROR0_COMPASS_VALUE                 0x20
16
#define NC_ERROR0_COMPASS_VALUE                 0x20
Line -... Line 17...
-
 
17
 
-
 
18
#define DISABLE_FC_UART GPIO_WriteBit(GPIO3, GPIO_Pin_7, Bit_SET);
-
 
19
#define  ENABLE_FC_UART GPIO_WriteBit(GPIO3, GPIO_Pin_7, Bit_RESET);
17
 
20
 
18
typedef struct
21
typedef struct
19
{
22
{
20
        u8 SWMajor;
23
        u8 SWMajor;
21
        u8 SWMinor;
24
        u8 SWMinor;