projects
/
hackover2013-badge-firmware.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cee7c8
)
Fixed typos
author
Kevin Townsend
<kevin@ktownsend.com>
Wed, 9 May 2012 21:41:38 +0000
(23:41 +0200)
committer
Kevin Townsend
<kevin@ktownsend.com>
Wed, 9 May 2012 21:41:38 +0000
(23:41 +0200)
project/cmd_tbl.h
patch
|
blob
|
history
diff --git
a/project/cmd_tbl.h
b/project/cmd_tbl.h
index
022f1ac
..
639503c
100644
(file)
--- a/
project/cmd_tbl.h
+++ b/
project/cmd_tbl.h
@@
-159,7
+159,7
@@
cmd_t cmd_tbl[] =
#endif
#ifdef CFG_PWM
- { "M", 0, 2, 0, cmd_pwm , "PWM Control" , "'M [<dutycycle(%)>] [<
dutycycle
(ticks)>]'" },
+ { "M", 0, 2, 0, cmd_pwm , "PWM Control" , "'M [<dutycycle(%)>] [<
frequency
(ticks)>]'" },
#endif
};
This page took
0.026602 seconds
and
4
git commands to generate.