From 7001e8fa33cee31f772e9378459470a8bb8eca71 Mon Sep 17 00:00:00 2001 From: harald42 Date: Wed, 6 Nov 2013 16:31:25 +0100 Subject: [PATCH] bugfix new dresden module 32khz --- platform/osd-merkur/contiki-conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/osd-merkur/contiki-conf.h b/platform/osd-merkur/contiki-conf.h index a3ce61151..2867cbc61 100644 --- a/platform/osd-merkur/contiki-conf.h +++ b/platform/osd-merkur/contiki-conf.h @@ -75,7 +75,7 @@ void clock_adjust_ticks(clock_time_t howmany); /* Michael Hartman's atmega128rfa1 board has an external 32768Hz crystal connected to TOSC1 and 2 pins similar to the Raven 1284p */ /* and theoretically can use TIMER2 with it to keep time. Else TIMER0 is used. */ /* The sleep timer requires the crystal and adds a TIMER2 interrupt routine if not already define by clock.c */ -#define AVR_CONF_USE32KCRYSTAL 1 +#define AVR_CONF_USE32KCRYSTAL 0 /* Michael Hartman's protobyte board has LED on PORTE1, used for radio on indication */ /* However this results in disabling UART0. */