Subversion Repositories FlightCtrl

Rev

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

Rev 2318 Rev 2322
Line 3... Line 3...
3
 
3
 
4
#include <inttypes.h>
4
#include <inttypes.h>
Line 5... Line 5...
5
#include "twimaster.h"
5
#include "twimaster.h"
6
 
6
 
7
#define EEPARAM_REVISION         93 // is count up, if paramater stucture has changed (compatibility)
7
#define EEPARAM_REVISION         93 // is count up, if paramater stucture has changed (compatibility)
Line 8... Line 8...
8
#define EEPARAM_REVISION_SUB 50 // count down! (EEPARAM_REVISION - EEPARAM_REVISION_SUB) if the parameter changes without changes to the KopterTool compatiblity
8
#define EEPARAM_REVISION_SUB 0 // count down! (EEPARAM_REVISION - EEPARAM_REVISION_SUB) if the parameter changes without changes to the KopterTool compatiblity
9
#define EEMIXER_REVISION         1  // is count up, if mixer stucture has changed (compatibility)
9
#define EEMIXER_REVISION         1  // is count up, if mixer stucture has changed (compatibility)
10
 
10