Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 433 → Rev 434

/FollowMe/trunk/main.c
36,7 → 36,7
static uint16_t FollowMe_Timer = 0;
 
// disable interrupts global
cli();
//cli();
 
// disable watchdog
MCUSR &=~(1<<WDRF);
55,17 → 55,16
// enable interrupts global
sei();
 
LEDRED_OFF;
LEDGRN_ON;
 
// try to initialize the FAT 16 filesystem on the SD-Card
Fat16_Init();
 
// initialize the settings
Settings_Init();
// initialize logging (needs settings)
Logging_Init();
 
LEDRED_OFF;
LEDGRN_ON;
 
#ifdef USE_SDLOGGER
printf("\r\n\r\nHW: SD-Logger");
#endif