Oops fix tabs

pull/15339/head
Jamie Smith 2022-07-13 22:03:47 -07:00 committed by Jay Sridharan
parent b93af1b95c
commit 42fd5beb2c
4 changed files with 12 additions and 12 deletions

View File

@ -228,9 +228,9 @@ utest::v1::status_t greentea_test_setup(const size_t number_of_cases)
ticker_suspend(get_us_ticker_data());
#ifdef DEVICE_SEMIHOST
// Disconnect semihosting now, because otherwise it will get disconnected on the first sleep call and
// cause said call to take several milliseconds, leading to a test failure.
mbed_interface_disconnect();
// Disconnect semihosting now, because otherwise it will get disconnected on the first sleep call and
// cause said call to take several milliseconds, leading to a test failure.
mbed_interface_disconnect();
#endif
us_ticker_init();

View File

@ -677,9 +677,9 @@ utest::v1::status_t greentea_test_setup(const size_t number_of_cases)
GREENTEA_SETUP(20, "default_auto");
#ifdef DEVICE_SEMIHOST
// Disconnect semihosting now, because otherwise it will get disconnected on the first sleep call and
// cause said call to take several milliseconds, leading to a test failure.
mbed_interface_disconnect();
// Disconnect semihosting now, because otherwise it will get disconnected on the first sleep call and
// cause said call to take several milliseconds, leading to a test failure.
mbed_interface_disconnect();
#endif
return greentea_test_setup_handler(number_of_cases);

View File

@ -480,9 +480,9 @@ utest::v1::status_t test_setup(const size_t number_of_cases)
GREENTEA_SETUP(10, "default_auto");
#ifdef DEVICE_SEMIHOST
// Disconnect semihosting now, because otherwise it will get disconnected on the first sleep call and
// cause said call to take several milliseconds, leading to a test failure.
mbed_interface_disconnect();
// Disconnect semihosting now, because otherwise it will get disconnected on the first sleep call and
// cause said call to take several milliseconds, leading to a test failure.
mbed_interface_disconnect();
#endif
return verbose_test_setup_handler(number_of_cases);

View File

@ -320,9 +320,9 @@ utest::v1::status_t test_setup(const size_t number_of_cases)
GREENTEA_SETUP(5, "default_auto");
#ifdef DEVICE_SEMIHOST
// Disconnect semihosting now, because otherwise it will get disconnected on the first sleep call and
// cause said call to take several milliseconds, leading to a test failure.
mbed_interface_disconnect();
// Disconnect semihosting now, because otherwise it will get disconnected on the first sleep call and
// cause said call to take several milliseconds, leading to a test failure.
mbed_interface_disconnect();
#endif
return verbose_test_setup_handler(number_of_cases);