aboutsummaryrefslogtreecommitdiff
path: root/docs/references/ioport.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/references/ioport.md')
-rw-r--r--docs/references/ioport.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/references/ioport.md b/docs/references/ioport.md
index 96a4b82..1f4b511 100644
--- a/docs/references/ioport.md
+++ b/docs/references/ioport.md
@@ -33,9 +33,9 @@ Parameters:
__group__ - Character specifying exact port group
__mask__ - Binary shifted 1. Shift is equal to port index in specified group.
-#### Function io_hight
+#### Function io_high
```C
-static inline void io_hight(uint8_t group, uint8_t mask)
+static inline void io_high(uint8_t group, uint8_t mask)
```
Sets output port to hight (also can be called as 1).
WARNING: Invoke this only if io_setout is called before.