Skip to content

Commit

Permalink
Update for ESP
Browse files Browse the repository at this point in the history
  • Loading branch information
sstaub authored Jan 25, 2021
1 parent 1972166 commit cc43c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ticker.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ enum status_t {
RUNNING,
PAUSED};

#ifdef __arm__
#if defined(__arm__) || defined(ESP8266) || defined(ESP32)
#include <functional>
using fptr = std::function<void()>;
#else
Expand Down

0 comments on commit cc43c4c

Please sign in to comment.