diff --git a/src/unity_config.h b/src/unity_config.h index ed95f6c..cdbf362 100644 --- a/src/unity_config.h +++ b/src/unity_config.h @@ -36,4 +36,8 @@ #define UNITY_INT_WIDTH (32) #endif +#ifndef UNITY_OUTPUT_COLOR +#define UNITY_OUTPUT_COLOR +#endif + #endif // UNITY_CONFIG_H