Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
thanks to @janmir for notice
  • Loading branch information
Toshik committed Mar 12, 2017
1 parent 25b1a7f commit e945e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TickerScheduler.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class Ticker
void tickerFlagHandle(volatile bool * flag);

#ifdef _GLIBCXX_FUNCTIONAL
typedef std::function<void(void)> tscallback_t;
typedef std::function<void(void*)> tscallback_t;
#else
typedef void(*tscallback_t)(void*);
#endif
Expand Down

0 comments on commit e945e55

Please sign in to comment.