diff options
| author | Aditya Naik | 2020-04-07 03:02:30 -0400 |
|---|---|---|
| committer | Aditya Naik | 2020-04-07 03:02:30 -0400 |
| commit | 1a0a307dd7ee985a0a2577b1bc9a93c262eb075a (patch) | |
| tree | 95283f61daf641fa8961ba60a1214f8ad05402dd /Inc/config.h | |
| parent | e4b1a44ab174c12cbf9ade2bc6217cd1f2de39e1 (diff) | |
Debug/testing block corrections
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 |
