Skip to content

Commit f905ea2

Browse files
author
Amanda Butler
authored
Delete typo
Delete leftover text from old link.
1 parent b3a61d2 commit f905ea2

File tree

1 file changed

+1
-1
lines changed
  • docs/reference/contributing/target

1 file changed

+1
-1
lines changed

docs/reference/contributing/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 define the Physical LEDs and switches in the target's `PinNames.h` file. LED and switch names begin incrementing at 1 and follow the convention `LED1...LEDn` and `BUTTON1...BUTTONn`. You can see an [example](https://github.com/ARMmbed/mbed-os/blob/master/targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/TARGET_FRDM/PinNames.h#L198)</a> for more information.
5+
You should define the Physical LEDs and switches in the target's `PinNames.h` file. LED and switch names begin incrementing at 1 and follow the convention `LED1...LEDn` and `BUTTON1...BUTTONn`. You can see an [example](https://github.com/ARMmbed/mbed-os/blob/master/targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/TARGET_FRDM/PinNames.h#L198) for more information.

0 commit comments

Comments
 (0)