summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSCratORS <scrators@mail.ru>2021-10-23 11:20:25 +0200
committerGitHub <noreply@github.com>2021-10-23 11:20:25 +0200
commit4bf6163f4766be231935e5a24f2b8db688e4c62d (patch)
tree641f890b52013c94a1472cf9f0cbd7cadd7f0a12
parentUpdate FTPCommon.h (diff)
downloadFTPCLientServer-4bf6163f4766be231935e5a24f2b8db688e4c62d.tar
FTPCLientServer-4bf6163f4766be231935e5a24f2b8db688e4c62d.tar.gz
FTPCLientServer-4bf6163f4766be231935e5a24f2b8db688e4c62d.tar.bz2
FTPCLientServer-4bf6163f4766be231935e5a24f2b8db688e4c62d.tar.lz
FTPCLientServer-4bf6163f4766be231935e5a24f2b8db688e4c62d.tar.xz
FTPCLientServer-4bf6163f4766be231935e5a24f2b8db688e4c62d.tar.zst
FTPCLientServer-4bf6163f4766be231935e5a24f2b8db688e4c62d.zip
-rw-r--r--esp32compat/PolledTimeout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/esp32compat/PolledTimeout.h b/esp32compat/PolledTimeout.h
index 64677b7..29118ee 100644
--- a/esp32compat/PolledTimeout.h
+++ b/esp32compat/PolledTimeout.h
@@ -27,7 +27,7 @@
#include <Arduino.h>
-namespace esp32
+namespace ESP32
{