Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 2614 → Rev 2615

/trunk/eeprom.h
4,7 → 4,7
#include <inttypes.h>
#include "twimaster.h"
 
#define EEPARAM_REVISION 106 // is count up, if paramater stucture has changed (compatibility)
#define EEPARAM_REVISION 106 // !!!Update NC also!!! is count up, if paramater stucture has changed (compatibility)
#define EEMIXER_REVISION 1 // is count up, if mixer stucture has changed (compatibility)
 
#define EEPROM_ADR_PARAM_BEGIN 0
270,7 → 270,8
unsigned char GlobalConfig3; // bitcodiert
char Name[12];
unsigned char crc; // must be the last byte!
} paramset_t; // 134 bytes (V1.06)
} paramset_t;
// -> if changed: update NC-Data structure also <-
 
#define PARAMSET_STRUCT_LEN sizeof(paramset_t)