corrected adxl345, ISR was not disabled, now it is.

This commit is contained in:
Enric M. Calvo 2011-02-27 13:09:14 +01:00
parent 404b735cc4
commit e0882d7769
1 changed files with 2 additions and 1 deletions

View File

@ -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