Commit 266585aa authored by Pavel Vainerman's avatar Pavel Vainerman

(DelayTimer): подправил комментарий

parent c8221fef
...@@ -40,13 +40,13 @@ class DelayTimer ...@@ -40,13 +40,13 @@ class DelayTimer
~DelayTimer(){} ~DelayTimer(){}
// запустить часы (заново)
inline void set( timeout_t on_msec, timeout_t off_msec ) inline void set( timeout_t on_msec, timeout_t off_msec )
{ {
onDelay = on_msec; onDelay = on_msec;
offDelay = off_msec; offDelay = off_msec;
} }
// запустить часы (заново)
inline void reset() inline void reset()
{ {
pt.reset(); pt.reset();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment