mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Indent fix.
This commit is contained in:
@ -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++;
|
||||||
|
Reference in New Issue
Block a user