From 171e8e92686ac65e8f9a2962a975e6863c791a4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 8 Mar 2017 22:16:16 +0100 Subject: Shakeout of makefiles and Kconfigs --- docs/references/ioport.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/references') 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. -- cgit v1.2.3