diff --git a/src/error.c b/src/error.c --- a/src/error.c +++ b/src/error.c @@ -13,11 +13,11 @@ static volatile uint32_t err_reg; static volatile uint8_t num_errors_asserted = 0; // Moderately detailed messages corresponding to each error enum -static const char * error_message[] = -{ - "Info", - "General", -}; +//static const char * error_message[] = +//{ +// "Info", +// "General", +//}; // Set the passed error flag