diff --git a/src/unity.c b/src/unity.c index dfb1febcb7b2c2e959fed74c47fec1397782ccad..c7d523bcc9f40b1dbce67b31aa02b3e0f27eb64d 100644 --- a/src/unity.c +++ b/src/unity.c @@ -340,7 +340,7 @@ void UnityAssertEqualUnsignedIntArray(const unsigned int* expected, } } -#ifndef UNITY_EXCLUDE_UFOAT +#ifndef UNITY_EXCLUDE_FLOAT void UnityAssertFloatsWithin(const _UF delta, const _UF expected, const _UF actual,