[avr] fix bug in power-loss detection debug logic

This commit is contained in:
Bart Van Der Meerssche 2011-04-05 09:18:32 +02:00
parent f6f6fd3d6e
commit cd5ff2ed60
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ ISR(TIMER1_CAPT_vect)
event.brown_out++;
#ifdef DBG > 0
#if DBG > 0
uint8_t i;
for (i=0; i<128; i++)