Fixed UNITY_EXEC_TIME_STOP macro ifdef

This commit is contained in:
elliot
2018-07-28 20:14:00 +01:00
parent f0e4571c96
commit fb4b139043

@ -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