diff options
Diffstat (limited to 'Inc/config.h')
| -rw-r--r-- | Inc/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Inc/config.h b/Inc/config.h index cfd2817..059c0d3 100644 --- a/Inc/config.h +++ b/Inc/config.h @@ -1,6 +1,6 @@ /* Enable debug mode */ -/* #define DEBUG_ENABLE 1 */ +#define DEBUG_ENABLE 1 -/* Enable testing mode with granualar status notifications */ -/* #define TESTING_ENABLE 1 */ +/* Enable testing mode */ +#define TESTING_ENABLE 1 |
