Skip to content

Commit 1972166

Browse files
authored
Update Ticker.h
1 parent 46e1a5d commit 1972166

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Ticker.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ enum status_t {
5353

5454
#ifdef __arm__
5555
#include <functional>
56-
using namespace std;
57-
using fptr = function<void()>;
56+
using fptr = std::function<void()>;
5857
#else
5958
typedef void (*fptr)();
6059
#endif

0 commit comments

Comments
 (0)