Project

General

Profile

Revision 886

Synchronized trunk and bayboard versions.

View differences:

wireless.c
116 116
	rtc_init(PRESCALE_DIV_256, 32, &timer_handler);
117 117
#else
118 118
	//TODO: FIX THIS
119
	#ifdef BAYBOARD
119 120
	rtc_init(10 * HALF_SECOND, &timer_handler);
121
	#else
122
	rtc_init(HALF_SECOND, &timer_handler);
123
	#endif
120 124
#endif
121 125
#else
122 126

  

Also available in: Unified diff