Skip to content

Commit 96309a9

Browse files
committed
Closes #5
1 parent 572d230 commit 96309a9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ArduinoProtoThread.hpp

+3-2
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,13 @@ class ArduinoProtoThread : public ArduinoProtoThreadStateMachine
4040
~ArduinoProtoThread() { }
4141

4242
void setExecutionIntervalTo(unsigned long newIntervalInMs);
43+
void timeSlice();
4344

44-
// From ArduinoProtoThreadStateMachine
45+
// BEGIN from ArduinoProtoThreadStateMachine //////////
4546
void changeStateTo(ArduinoProtoThreadState newState);
4647
ArduinoProtoThreadState currentState();
4748
void delegateCallbacksTo(ArduinoProtoThreadDelegate *object);
48-
void timeSlice();
49+
// END from ArduinoProtoThreadStateMachine //////////
4950

5051
protected:
5152
unsigned long timeDifference;

0 commit comments

Comments
 (0)