Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Sunxi Tools
Commits
7e8be239
Commit
7e8be239
authored
May 30, 2018
by
Andre Przywara
Browse files
pio: fix typo in help message
Signed-off-by:
Andre Przywara
<
osp@andrep.de
>
parent
ef802e49
Changes
1
Hide whitespace changes
Inline
Side-by-side
pio.c
View file @
7e8be239
...
...
@@ -179,7 +179,7 @@ static void usage(int rc )
fprintf
(
stderr
,
" Pxx*count Oscillate GPIO output (mmap mode only)
\n
"
);
fprintf
(
stderr
,
" Pxx?pull Configure GPIO input
\n
"
);
fprintf
(
stderr
,
" clean Clean input pins
\n
"
);
fprintf
(
stderr
,
"
\n
mode 0-7, 0=input, 1=ouput, 2-7 I/O function
\n
"
);
fprintf
(
stderr
,
"
\n
mode 0-7, 0=input, 1=ou
t
put, 2-7 I/O function
\n
"
);
fprintf
(
stderr
,
" pull 0=none, 1=up, 2=down
\n
"
);
fprintf
(
stderr
,
" drive 0-3, I/O drive level
\n
"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment