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 numberOriginal file lineDiff line numberDiff line change
@@ -94,7 +94,7 @@ void _GREENTEA_SETUP_COMMON(const int timeout, const char *host_test_name, char
94
* This function is blocking.
94
* This function is blocking.
95
*/
95
*/
96
extern "C" void GREENTEA_SETUP(const int timeout, const char *host_test_name) {
96
extern "C" void GREENTEA_SETUP(const int timeout, const char *host_test_name) {
97-
#if defined(NO_GREENTEA)
97+
#if ! defined(NO_GREENTEA)
98
char _value[GREENTEA_UUID_LENGTH] = {0};
98
char _value[GREENTEA_UUID_LENGTH] = {0};
99
_GREENTEA_SETUP_COMMON(timeout, host_test_name, _value, GREENTEA_UUID_LENGTH);
99
_GREENTEA_SETUP_COMMON(timeout, host_test_name, _value, GREENTEA_UUID_LENGTH);
100
#endif
100
#endif

0 commit comments

Comments
 (0)