diff options
| author | Aditya Naik | 2020-04-07 02:53:45 -0400 |
|---|---|---|
| committer | Aditya Naik | 2020-04-07 02:53:45 -0400 |
| commit | e4b1a44ab174c12cbf9ade2bc6217cd1f2de39e1 (patch) | |
| tree | 0cce51148d37889ed17024a209f4fb45094cf42e /Inc/config.h | |
| parent | ed665c2a448aa8b9087bb020a18e9f6bee631e6e (diff) | |
Debug/testing block corrections
Diffstat (limited to 'Inc/config.h')
| -rw-r--r-- | Inc/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Inc/config.h b/Inc/config.h index 7e4f53b..cfd2817 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 +/* #define TESTING_ENABLE 1 */ |
