diff --git a/TESTS/mbed_hal_fpga_ci_test_shield/i2c/main.cpp b/TESTS/mbed_hal_fpga_ci_test_shield/i2c/main.cpp index 7259f805bd..7f1999ac7e 100644 --- a/TESTS/mbed_hal_fpga_ci_test_shield/i2c/main.cpp +++ b/TESTS/mbed_hal_fpga_ci_test_shield/i2c/main.cpp @@ -437,11 +437,11 @@ void i2c_test_byte_read(PinName sda, PinName scl) } Case cases[] = { - Case("i2c - init/free test all pins", all_ports), - Case("i2c - test write i2c API", all_peripherals), - Case("i2c - test read i2c API", all_peripherals), - Case("i2c - test single byte write i2c API", all_peripherals), - Case("i2c - test single byte read i2c API", all_peripherals) + Case("i2c - init/free test all pins", one_peripheral), + Case("i2c - test write i2c API", one_peripheral), + Case("i2c - test read i2c API", one_peripheral), + Case("i2c - test single byte write i2c API", one_peripheral), + Case("i2c - test single byte read i2c API", one_peripheral) }; utest::v1::status_t greentea_test_setup(const size_t number_of_cases)