summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSCratORS <scrators@mail.ru>2021-10-23 11:21:13 +0200
committerGitHub <noreply@github.com>2021-10-23 11:21:13 +0200
commit2ecbb4999114706f4228eea677940802e0251543 (patch)
tree57e8890c1e96ebc854c021e87962137acaab153e
parentUpdate PolledTimeout.h (diff)
downloadFTPCLientServer-2ecbb4999114706f4228eea677940802e0251543.tar
FTPCLientServer-2ecbb4999114706f4228eea677940802e0251543.tar.gz
FTPCLientServer-2ecbb4999114706f4228eea677940802e0251543.tar.bz2
FTPCLientServer-2ecbb4999114706f4228eea677940802e0251543.tar.lz
FTPCLientServer-2ecbb4999114706f4228eea677940802e0251543.tar.xz
FTPCLientServer-2ecbb4999114706f4228eea677940802e0251543.tar.zst
FTPCLientServer-2ecbb4999114706f4228eea677940802e0251543.zip
-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