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 f4a8bd1 commit f0a6815Copy full SHA for f0a6815
src/ProcessScheduler/Config.h
@@ -4,14 +4,14 @@
4
#include <Arduino.h>
5
6
/* Uncomment this to allow Exception Handling functionality */
7
-#define _PROCESS_EXCEPTION_HANDLING
+//#define _PROCESS_EXCEPTION_HANDLING
8
9
/* Uncomment this to allow the scheduler to interrupt long running processes */
10
// This requires _PROCESS_EXCEPTION_HANDLING to also be enabled
11
-#define _PROCESS_TIMEOUT_INTERRUPTS
+//#define _PROCESS_TIMEOUT_INTERRUPTS
12
13
/* Uncomment this to allow Process timing statistics functionality */
14
-#define _PROCESS_STATISTICS
+//#define _PROCESS_STATISTICS
15
16
/* Uncomment this to use microseconds instead of milliseconds for timestamp unit (more precise) */
17
//#define _MICROS_PRECISION
0 commit comments