From b943c4474a22449e9ccfe8809e9129603946a469 Mon Sep 17 00:00:00 2001 From: jeromecoutant Date: Fri, 19 Mar 2021 11:33:33 +0100 Subject: [PATCH] FPGA SPI : decrease test frequency for ASYNC test cases --- hal/tests/TESTS/mbed_hal_fpga_ci_test_shield/spi/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hal/tests/TESTS/mbed_hal_fpga_ci_test_shield/spi/main.cpp b/hal/tests/TESTS/mbed_hal_fpga_ci_test_shield/spi/main.cpp index f933b250bb..6fe963a987 100644 --- a/hal/tests/TESTS/mbed_hal_fpga_ci_test_shield/spi/main.cpp +++ b/hal/tests/TESTS/mbed_hal_fpga_ci_test_shield/spi/main.cpp @@ -415,8 +415,8 @@ Case cases[] = { Case("SPI - hardware ss handling", one_peripheral >), Case("SPI - hardware ss handling(block)", one_peripheral >), #if DEVICE_SPI_ASYNCH - Case("SPI - async mode (sw ss)", one_peripheral >), - Case("SPI - async mode (hw ss)", one_peripheral >) + Case("SPI - async mode (sw ss)", one_peripheral >), + Case("SPI - async mode (hw ss)", one_peripheral >) #endif };