Subversion Repositories Projects

Rev

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

Rev 1437 Rev 1468
Line 167... Line 167...
167
 
167
 
168
 
168
 
169
/*
169
/*
170
 * MikroKopter config struct
170
 * MikroKopter config struct
171
 * portions taken and adapted from
171
 * portions taken and adapted from
172
 * http://svn.mikrokopter.de/filedetails.php?repname=FlightCtrl&path=/tags/V0.80d/eeprom.h
172
 * http://svn.mikrokopter.de/filedetails.php?repname=FlightCtrl&path=/tags/V0.86d/eeprom.h
275
        char Name[12];
279
        char Name[12];
Line 276... Line 280...
276
        unsigned char crc;                // must be the last byte!
280
        unsigned char crc;                                // must be the last byte!
277
} __attribute__((packed)) paramset_t;
281
} __attribute__((packed)) paramset_t;
278
 
282