Skip to content

Commit b5bb1c1

Browse files
Cruz Monrrealorenc17
andauthored
Update features/frameworks/greentea-client/source/greentea_test_env.cpp
Co-Authored-By: orenc17 <[email protected]>
1 parent 78ec812 commit b5bb1c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/frameworks/greentea-client/source/greentea_test_env.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ void _GREENTEA_SETUP_COMMON(const int timeout, const char *host_test_name, char
9494
* This function is blocking.
9595
*/
9696
extern "C" void GREENTEA_SETUP(const int timeout, const char *host_test_name) {
97-
#if defined(NO_GREENTEA)
97+
#if ! defined(NO_GREENTEA)
9898
char _value[GREENTEA_UUID_LENGTH] = {0};
9999
_GREENTEA_SETUP_COMMON(timeout, host_test_name, _value, GREENTEA_UUID_LENGTH);
100100
#endif

0 commit comments

Comments
 (0)