Indent fix.

This commit is contained in:
Cristian Maglie 2015-05-22 16:58:20 +02:00
parent c4080efdb5
commit e273178425
1 changed files with 37 additions and 38 deletions

View File

@ -92,7 +92,6 @@ unsigned long micros() {
#error TIMER 0 not defined
#endif
#ifdef TIFR0
if ((TIFR0 & _BV(TOV0)) && (t < 255))
m++;