Skip to content

Commit

Permalink
Default disabled advanced features
Browse files Browse the repository at this point in the history
  • Loading branch information
wizard97 committed Jul 9, 2016
1 parent f4a8bd1 commit f0a6815
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ProcessScheduler/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
#include <Arduino.h>

/* Uncomment this to allow Exception Handling functionality */
#define _PROCESS_EXCEPTION_HANDLING
//#define _PROCESS_EXCEPTION_HANDLING

/* Uncomment this to allow the scheduler to interrupt long running processes */
// This requires _PROCESS_EXCEPTION_HANDLING to also be enabled
#define _PROCESS_TIMEOUT_INTERRUPTS
//#define _PROCESS_TIMEOUT_INTERRUPTS

/* Uncomment this to allow Process timing statistics functionality */
#define _PROCESS_STATISTICS
//#define _PROCESS_STATISTICS

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

0 comments on commit f0a6815

Please sign in to comment.