mirror of https://github.com/ARMmbed/mbed-os.git
Update features/frameworks/greentea-client/source/greentea_test_env.cpp
Co-Authored-By: orenc17 <oren.cohen@arm.com>pull/9835/head
parent
78ec812f3a
commit
b5bb1c1211
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue