Skip to content

Commit c44c046

Browse files
committed
Wording
1 parent 0a515da commit c44c046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/porting/target/gpio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
Implement the api declared in `mbed-os/hal/gpio_api.h`. You must define the struct `gpio_t`. This struct is commonly defined in an `objects.h` file within the `mbed-os/targets/TARGET_VENDOR/`, `mbed-os/targets/TARGET_VENDOR/TARGET_MCU_FAMILY` or `mbed-os/targets/TARGET_VENDOR/TARGET_MCU_FAMILY/TARGET_MCUNAME` directories.
44

5-
You should follow the standard described in the [Standard Pin Names Porting Guide](../standard_pin_names/pin_names_porting.md) to define the Physical LEDs and switches in the target's `PinNames.h` file.
5+
You should define the GPIO names for LEDS and switches in PinNames.h as defined in the porting guide for pin names [here](../standard_pin_names/pin_names_porting.md).

0 commit comments

Comments
 (0)