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 (from parent 1:
e5c016b
)
Fixed typos
author
Kevin Townsend
<kevin@ktownsend.com>
Wed, 9 May 2012 21:41:47 +0000
(23:41 +0200)
committer
Kevin Townsend
<kevin@ktownsend.com>
Wed, 9 May 2012 21:41:47 +0000
(23:41 +0200)
project/commands/cmd_pwm.c
patch
|
blob
|
history
diff --git
a/project/commands/cmd_pwm.c
b/project/commands/cmd_pwm.c
index
c327a0a
..
505470d
100644
(file)
--- a/
project/commands/cmd_pwm.c
+++ b/
project/commands/cmd_pwm.c
@@
-81,9
+81,9
@@
void cmd_pwm(uint8_t argc, char **argv) {
pwmInit();
\r
}
\r
\r
pwmInit();
\r
}
\r
\r
- printf("Setting frequency
ticks to %u
%s", (uint16_t) frequencyTicks, CFG_PRINTF_NEWLINE);
\r
+ printf("Setting frequency
: %u ticks
%s", (uint16_t) frequencyTicks, CFG_PRINTF_NEWLINE);
\r
pwmSetFrequencyInTicks(frequencyTicks);
\r
pwmSetFrequencyInTicks(frequencyTicks);
\r
- printf("Setting duty cycle
to %u
%s", (uint16_t) dutyCycle, CFG_PRINTF_NEWLINE);
\r
+ printf("Setting duty cycle
: %u%%
%s", (uint16_t) dutyCycle, CFG_PRINTF_NEWLINE);
\r
pwmSetDutyCycle(dutyCycle);
\r
if(! pwmStarted) {
\r
pwmStart();
\r
pwmSetDutyCycle(dutyCycle);
\r
if(! pwmStarted) {
\r
pwmStart();
\r
This page took
0.0243 seconds
and
4
git commands to generate.