diff options
author | AddioElectronics <59629419+AddioElectronics@users.noreply.github.com> | 2022-02-10 01:18:51 +0100 |
---|---|---|
committer | AddioElectronics <59629419+AddioElectronics@users.noreply.github.com> | 2022-02-10 01:18:51 +0100 |
commit | 517f8dbc4f4736fcda2586523499e7d43ddc2578 (patch) | |
tree | dbbe7f025546b1e5725386b08741bdef810cb70f /esp8266compat/PolledTimeout.h | |
parent | Merge pull request #16 from SCratORS/master (diff) | |
download | FTPCLientServer-517f8dbc4f4736fcda2586523499e7d43ddc2578.tar FTPCLientServer-517f8dbc4f4736fcda2586523499e7d43ddc2578.tar.gz FTPCLientServer-517f8dbc4f4736fcda2586523499e7d43ddc2578.tar.bz2 FTPCLientServer-517f8dbc4f4736fcda2586523499e7d43ddc2578.tar.lz FTPCLientServer-517f8dbc4f4736fcda2586523499e7d43ddc2578.tar.xz FTPCLientServer-517f8dbc4f4736fcda2586523499e7d43ddc2578.tar.zst FTPCLientServer-517f8dbc4f4736fcda2586523499e7d43ddc2578.zip |
Diffstat (limited to 'esp8266compat/PolledTimeout.h')
-rw-r--r-- | esp8266compat/PolledTimeout.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/esp8266compat/PolledTimeout.h b/esp8266compat/PolledTimeout.h index ec4064f..a076710 100644 --- a/esp8266compat/PolledTimeout.h +++ b/esp8266compat/PolledTimeout.h @@ -1,5 +1,4 @@ -#ifndef __POLLEDTIMING_H__ -#define __POLLEDTIMING_H__ +#pragma once /* @@ -286,4 +285,3 @@ using periodicFastNs = polledTimeout::timeoutTemplate<true, YieldPolicy::DoNothi }//esp8266 -#endif |