Skip to content

Commit c2dfadf

Browse files
committed
Revert
1 parent 5ff9e32 commit c2dfadf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: libraries/Ticker/src/Ticker.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#define TICKER_H
2727

2828
extern "C" {
29-
#include "esp_timer.h"
29+
#include "esp_timer.h"
3030
}
3131
#include <functional>
3232

@@ -132,7 +132,7 @@ class Ticker
132132

133133
private:
134134
void _attach_us(uint64_t micros, bool repeat, callback_with_arg_t callback, void* arg);
135-
};
135+
};
136136

137137

138138
#endif // TICKER_H

0 commit comments

Comments
 (0)