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 f933b250bb5..6fe963a9877 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 };