From fb4b13904339b90b51a57b5cca9e6efb4681402d Mon Sep 17 00:00:00 2001 From: elliot Date: Sat, 28 Jul 2018 20:14:00 +0100 Subject: [PATCH] Fixed UNITY_EXEC_TIME_STOP macro ifdef --- src/unity_internals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unity_internals.h b/src/unity_internals.h index 9c0d4ee..351d9fe 100644 --- a/src/unity_internals.h +++ b/src/unity_internals.h @@ -307,7 +307,7 @@ typedef UNITY_FLOAT_TYPE UNITY_FLOAT; #endif #endif -#ifndef UNITY_EXEC_TIME_START +#ifndef UNITY_EXEC_TIME_STOP #ifdef UNITY_INCLUDE_EXEC_TIME #define UNITY_EXEC_TIME_STOP() Unity.CurrentTestStopTime = UNITY_CLOCK_MS(); #else