| @@ -194,7 +194,7 @@ void MillisTimer::begin(unsigned long milliseconds, EventResponderRef event) | |||
| addToList(); | |||
| } | |||
| void MillisTimer::beginRepeat(unsigned long milliseconds, EventResponderRef event) | |||
| void MillisTimer::beginRepeating(unsigned long milliseconds, EventResponderRef event) | |||
| { | |||
| end(); | |||
| if (!milliseconds) return; | |||
| @@ -230,7 +230,7 @@ public: | |||
| end(); | |||
| } | |||
| void begin(unsigned long milliseconds, EventResponderRef event); | |||
| void beginRepeat(unsigned long milliseconds, EventResponderRef event); | |||
| void beginRepeating(unsigned long milliseconds, EventResponderRef event); | |||
| void end(); | |||
| static void runFromTimer(); | |||
| private: | |||