Subversion Repositories FlightCtrl

Rev

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

Rev 2322 Rev 2323
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
 
-
 
7
#define EEPARAM_REVISION         93 // is count up, if paramater stucture has changed (compatibility)
6
 
Line 8... Line 7...
8
#define EEPARAM_REVISION_SUB 0 // count down! (EEPARAM_REVISION - EEPARAM_REVISION_SUB) if the parameter changes without changes to the KopterTool compatiblity
7
#define EEPARAM_REVISION         93 // is count up, if paramater stucture has changed (compatibility)
9
#define EEMIXER_REVISION         1  // is count up, if mixer stucture has changed (compatibility)
8
#define EEMIXER_REVISION         1  // is count up, if mixer stucture has changed (compatibility)
10
 
9