diff options
author | SCratORS <scrators@mail.ru> | 2021-10-23 12:20:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-23 12:20:23 +0200 |
commit | ef2a7811eb9e0bc838c44aa0cbe6782af2ed8677 (patch) | |
tree | d9858a19040ce25b99b5d25795d482ff1eaa5a8b /esp32compat | |
parent | Update PolledTimeout.h (diff) | |
download | FTPCLientServer-ef2a7811eb9e0bc838c44aa0cbe6782af2ed8677.tar FTPCLientServer-ef2a7811eb9e0bc838c44aa0cbe6782af2ed8677.tar.gz FTPCLientServer-ef2a7811eb9e0bc838c44aa0cbe6782af2ed8677.tar.bz2 FTPCLientServer-ef2a7811eb9e0bc838c44aa0cbe6782af2ed8677.tar.lz FTPCLientServer-ef2a7811eb9e0bc838c44aa0cbe6782af2ed8677.tar.xz FTPCLientServer-ef2a7811eb9e0bc838c44aa0cbe6782af2ed8677.tar.zst FTPCLientServer-ef2a7811eb9e0bc838c44aa0cbe6782af2ed8677.zip |
Diffstat (limited to 'esp32compat')
-rw-r--r-- | esp32compat/PolledTimeout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/esp32compat/PolledTimeout.h b/esp32compat/PolledTimeout.h index 29118ee..06fe14e 100644 --- a/esp32compat/PolledTimeout.h +++ b/esp32compat/PolledTimeout.h @@ -27,7 +27,7 @@ #include <Arduino.h> -namespace ESP32 +namespace esp32Pool { |