Skip to content

Commit f0a6815

Browse files
committed
Default disabled advanced features
1 parent f4a8bd1 commit f0a6815

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ProcessScheduler/Config.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
#include <Arduino.h>
55

66
/* Uncomment this to allow Exception Handling functionality */
7-
#define _PROCESS_EXCEPTION_HANDLING
7+
//#define _PROCESS_EXCEPTION_HANDLING
88

99
/* Uncomment this to allow the scheduler to interrupt long running processes */
1010
// This requires _PROCESS_EXCEPTION_HANDLING to also be enabled
11-
#define _PROCESS_TIMEOUT_INTERRUPTS
11+
//#define _PROCESS_TIMEOUT_INTERRUPTS
1212

1313
/* Uncomment this to allow Process timing statistics functionality */
14-
#define _PROCESS_STATISTICS
14+
//#define _PROCESS_STATISTICS
1515

1616
/* Uncomment this to use microseconds instead of milliseconds for timestamp unit (more precise) */
1717
//#define _MICROS_PRECISION

0 commit comments

Comments
 (0)