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

Co-Authored-By: orenc17 <oren.cohen@arm.com>
pull/9835/head
Cruz Monrreal 2019-02-27 21:38:16 +02:00 committed by GitHub
parent 78ec812f3a
commit b5bb1c1211
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ void _GREENTEA_SETUP_COMMON(const int timeout, const char *host_test_name, char
* This function is blocking.
*/
extern "C" void GREENTEA_SETUP(const int timeout, const char *host_test_name) {
#if defined(NO_GREENTEA)
#if ! defined(NO_GREENTEA)
char _value[GREENTEA_UUID_LENGTH] = {0};
_GREENTEA_SETUP_COMMON(timeout, host_test_name, _value, GREENTEA_UUID_LENGTH);
#endif