diff --git a/components/testing/COMPONENT_FPGA_CI_TEST_SHIELD/MbedTester.h b/components/testing/COMPONENT_FPGA_CI_TEST_SHIELD/MbedTester.h index f75bad9a11..16b450755a 100644 --- a/components/testing/COMPONENT_FPGA_CI_TEST_SHIELD/MbedTester.h +++ b/components/testing/COMPONENT_FPGA_CI_TEST_SHIELD/MbedTester.h @@ -55,7 +55,7 @@ * // Map D6 to LogicalPinGPIO0 * tester.pin_map_set(D6, MbedTester::LogicalPinGPIO0); * - * // Toggle the LED + * // Toggle pin D6 * int toggle = 0; * while (1) { * tester.gpio_write(MbedTester::LogicalPinGPIO0, toggle, true); diff --git a/components/testing/COMPONENT_FPGA_CI_TEST_SHIELD/test_utils.h b/components/testing/COMPONENT_FPGA_CI_TEST_SHIELD/test_utils.h index 83ed81e896..e439a45064 100644 --- a/components/testing/COMPONENT_FPGA_CI_TEST_SHIELD/test_utils.h +++ b/components/testing/COMPONENT_FPGA_CI_TEST_SHIELD/test_utils.h @@ -234,7 +234,7 @@ void test_all_peripherals(std::list &matched_ports, std::list @@ -255,7 +255,7 @@ void all_ports() * - FormFactorType - The form factor to test on * - f - The test function to run. * - * This function is calls the test function once for each peripheral + * This function calls the test function once for each peripheral * of the given type. */ template @@ -280,7 +280,7 @@ void all_peripherals() * - FormFactorType - The form factor to test on * - f - The test function to run. * - * This function is calls the test function once for one peripheral + * This function calls the test function once for one peripheral * of the given type. */ template