Skip to content

Commit fa94c89

Browse files
committed
Name for argument
1 parent 6710a3c commit fa94c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp8266/Arduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ void setTZ(const char* tz);
265265
void configTime(int timezone, int daylightOffset_sec, const char* server1,
266266
const char* server2 = nullptr, const char* server3 = nullptr);
267267

268-
void attachInterrupt(uint8_t pin, std::function<void()>, int mode);
268+
void attachInterrupt(uint8_t pin, std::function<void()> userFunc, int mode);
269269

270270
void configTime(const char* tz, const char* server1,
271271
const char* server2 = nullptr, const char* server3 = nullptr);

0 commit comments

Comments
 (0)