From e0882d776930da3de3b748c9841d0a86e9152956 Mon Sep 17 00:00:00 2001 From: "Enric M. Calvo" Date: Sun, 27 Feb 2011 13:09:14 +0100 Subject: [PATCH] corrected adxl345, ISR was not disabled, now it is. --- platform/z1/dev/adxl345.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platform/z1/dev/adxl345.c b/platform/z1/dev/adxl345.c index 14f6ec7b7..1c186b1bb 100644 --- a/platform/z1/dev/adxl345.c +++ b/platform/z1/dev/adxl345.c @@ -371,6 +371,7 @@ PROCESS_THREAD(accmeter_process, ev, data) { /* XXX This interrupt vector is shared with the interrupts from CC2420, so that was moved here but should find a better home. XXX */ +#if 0 static struct timer suppressTimer1, suppressTimer2; interrupt(PORT1_VECTOR) port1_isr (void) { @@ -402,4 +403,4 @@ interrupt(PORT1_VECTOR) port1_isr (void) { } /*---------------------------------------------------------------------------*/ - +#endif