summaryrefslogtreecommitdiffstats
path: root/FTPCommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'FTPCommon.h')
-rw-r--r--FTPCommon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/FTPCommon.h b/FTPCommon.h
index 5c2654f..a88dd8d 100644
--- a/FTPCommon.h
+++ b/FTPCommon.h
@@ -13,7 +13,7 @@ using esp8266::polledTimeout::oneShotMs; // import the type to the local namespa
#define PRINTu32 "lu"
#elif defined ESP32
#include "esp32compat/PolledTimeout.h"
-using esp8266::polledTimeout::oneShotMs;
+using esp32::polledTimeout::oneShotMs;
#define BUFFERSIZE CONFIG_TCP_MSS
#define PRINTu32 "u"
#endif