1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +03:00

Indent fix.

This commit is contained in:
Cristian Maglie
2015-05-22 16:58:20 +02:00
parent c4080efdb5
commit e273178425

View File

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