diff --git a/src/unity.c b/src/unity.c index 708ddf1..8b97977 100644 --- a/src/unity.c +++ b/src/unity.c @@ -2,18 +2,8 @@ #include #include -struct _Unity Unity = -{ - NULL, - NULL, - 0, - 0, - 0, - 0, - 0, - 1e-4f, - {0}, -}; +//rely on how C will fill the rest of the structure with 0's +struct _Unity Unity = { 0 }; void UnityPrintChar(const char ch) {