Subversion Repositories MK3Mag

Rev

Rev 29 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 29 Rev 30
Line 88... Line 88...
88
uint8_t FC_Connected = 0;
88
uint8_t FC_Connected = 0;
Line 89... Line 89...
89
 
89
 
Line 90... Line 90...
90
uint8_t MySlaveAddr = 0;
90
uint8_t MySlaveAddr = 0;
91
 
91
 
92
 
92
 
93
struct DebugOut_t               DebugOut;
93
DebugOut_t              DebugOut;
Line 94... Line 94...
94
struct ExternData_t             ExternData;
94
ExternData_t    ExternData;
Line 95... Line 95...
95
struct ExternControl_t  ExternControl;
95
ExternControl_t ExternControl;
96
struct VersionInfo_t    VersionInfo;
96
VersionInfo_t   VersionInfo;