diff options
Diffstat (limited to 'esp32compat')
-rw-r--r-- | esp32compat/PolledTimeout.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/esp32compat/PolledTimeout.h b/esp32compat/PolledTimeout.h index 06fe14e..5841993 100644 --- a/esp32compat/PolledTimeout.h +++ b/esp32compat/PolledTimeout.h @@ -1,5 +1,4 @@ -#ifndef __POLLEDTIMING_H__ -#define __POLLEDTIMING_H__ +#pragma once /* @@ -251,4 +250,3 @@ using periodicMs = polledTimeout::timeoutTemplate<true>; }//esp32 -#endif |