corrected adxl345, ISR was not disabled, now it is.
This commit is contained in:
parent
404b735cc4
commit
e0882d7769
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue