summaryrefslogtreecommitdiff
path: root/docs/configuration/gpio.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration/gpio.md')
-rw-r--r--docs/configuration/gpio.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/gpio.md b/docs/configuration/gpio.md
index 86fd21db6a..4e13a7cb59 100644
--- a/docs/configuration/gpio.md
+++ b/docs/configuration/gpio.md
@@ -10,7 +10,7 @@ the pins on the EC chipset through the following macros.
longer required.
- `ALTERNATE(...)` - Configures a pin for an alternate function (e.g I2C, ADC,
SPI, etc)
-- `UNIMPLEMENTED(<name>, ...)` - Creates a dummy GPIO entry
+- `UNIMPLEMENTED(<name>, ...)` - Creates a fake GPIO entry
The `GPIO()`, `GPIO_INT()`, and `UNIMPLEMENTED()` macros create a C enumeration
of the form `GPIO_<name>` that can be used in the code. As noted in [GPIO