Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 2054 → Rev 2055

/branches/dongfang_FC_rewrite/eeprom.c
57,6 → 57,7
#include "eeprom.h"
#include "printf_P.h"
#include "output.h"
#include <avr/wdt.h>
#include <avr/eeprom.h>
 
// byte array in eeprom
167,6 → 168,9
}
// default-Setting is parameter set 3
setActiveParamSet(1);
// For some strange reason, the read will have no effect.
// Lets reset...
wdt_enable(WDTO_250MS);
}
printf("\n\r\rUsing Parameter Set %d", getActiveParamSet());