projects
/
hackover2013-badge-firmware.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Prep for v1.2.0
[hackover2013-badge-firmware.git]
/
project
/
cmd_tbl.h
diff --git
a/project/cmd_tbl.h
b/project/cmd_tbl.h
index
022f1ac
..
83d3880
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",
2, 2, 0, cmd_pwm , "PWM Control" , "'M [<dutycycle(%)>] [<frequency
(ticks)>]'" },
#endif
};
This page took
0.022627 seconds
and
4
git commands to generate.