summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSCratORS <scrators@mail.ru>2021-10-23 12:17:21 +0200
committerGitHub <noreply@github.com>2021-10-23 12:17:21 +0200
commit2408ad5c02229cc9b40f071bbda5663e720bd45f (patch)
treeea535c6545f243501a33d2969d26173867253e01
parentUpdate FTPCommon.h (diff)
downloadFTPCLientServer-2408ad5c02229cc9b40f071bbda5663e720bd45f.tar
FTPCLientServer-2408ad5c02229cc9b40f071bbda5663e720bd45f.tar.gz
FTPCLientServer-2408ad5c02229cc9b40f071bbda5663e720bd45f.tar.bz2
FTPCLientServer-2408ad5c02229cc9b40f071bbda5663e720bd45f.tar.lz
FTPCLientServer-2408ad5c02229cc9b40f071bbda5663e720bd45f.tar.xz
FTPCLientServer-2408ad5c02229cc9b40f071bbda5663e720bd45f.tar.zst
FTPCLientServer-2408ad5c02229cc9b40f071bbda5663e720bd45f.zip
-rw-r--r--FTPCommon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/FTPCommon.h b/FTPCommon.h
index c1f99ec..79a8817 100644
--- a/FTPCommon.h
+++ b/FTPCommon.h
@@ -8,12 +8,12 @@
#ifdef ESP8266
#include "esp8266compat/PolledTimeout.h"
-using esp8266::polledTimeout::oneShotMs; // import the type to the local namespace
+using esp8266Pool::polledTimeout::oneShotMs; // import the type to the local namespace
#define BUFFERSIZE TCP_MSS
#define PRINTu32 "lu"
#elif defined ESP32
#include "esp32compat/PolledTimeout.h"
-using esp32::polledTimeout::oneShotMs;
+using esp32Pool::polledTimeout::oneShotMs;
#define BUFFERSIZE CONFIG_TCP_MSS
#define PRINTu32 "u"
#endif