Subversion Repositories FlightCtrl

Rev

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

Rev 2017 Rev 2018
Line 65... Line 65...
65
 
65
 
66
uint8_t CPUType = ATMEGA644;
66
uint8_t CPUType = ATMEGA644;
67
uint8_t boardRelease = 13;
67
uint8_t boardRelease = 13;
Line -... Line 68...
-
 
68
uint8_t requiredMotors;
-
 
69
 
68
uint8_t requiredMotors;
70
VersionInfo_t versionInfo;
69
 
71
 
70
// MK flags. TODO: Replace by enum. State machine.
72
// MK flags. TODO: Replace by enum. State machine.
Line 71... Line 73...
71
uint16_t isFlying = 0;
73
uint16_t isFlying = 0;