From 1a0a307dd7ee985a0a2577b1bc9a93c262eb075a Mon Sep 17 00:00:00 2001 From: Aditya Naik Date: Tue, 7 Apr 2020 03:02:30 -0400 Subject: Debug/testing block corrections --- Inc/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Inc') 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 -- cgit v1.2.3