Project

General

Profile

Revision 261

Removed double orb initialization.

View differences:

dragonfly_lib.c
97 97
	if(config & LCD)
98 98
		lcd_init();
99 99
	
100
	if(config & ORB)
101
	{
102
		sei();
103
		orb_init();
104
	}
105
	
106 100
	// delay a bit for stability
107 101
	_delay_ms(1);
108 102
}

Also available in: Unified diff