Skip to content

Commit ae2a37d

Browse files
committed
avoid multiple definitions for a simple alias
1 parent b375a2a commit ae2a37d

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
@@ -282,7 +282,7 @@ void configTime(const char* tz, const char* server1,
282282
const char* server2 = nullptr, const char* server3 = nullptr);
283283

284284
// esp32 api compatibility
285-
void configTzTime(const char* tz, const char* server1,
285+
inline void configTzTime(const char* tz, const char* server1,
286286
const char* server2 = nullptr, const char* server3 = nullptr)
287287
{
288288
configTime(tz, server1, server2, server3);

0 commit comments

Comments
 (0)