We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f48feeb commit eba0451Copy full SHA for eba0451
Tasker.h
@@ -4,8 +4,11 @@
4
* Distributed under the GNU LGPL http://www.gnu.org/licenses/lgpl.txt
5
*/
6
7
+#ifndef _tasker_h
8
+#define _tasker_h
9
+
10
#ifndef TASKER_MAX_TASKS
-#define TASKER_MAX_TASKS 10 /* max 254 entries, one occupies 14 bytes of RAM */
11
+#define TASKER_MAX_TASKS 10 // max 254 entries, one occupies 14 bytes of RAM
12
#endif
13
14
#include "Arduino.h"
@@ -92,3 +95,4 @@ void Tasker::loop(void)
92
95
}
93
96
94
97
98
+#endif // _tasker_h
0 commit comments