Fixed typos
authorKevin Townsend <kevin@ktownsend.com>
Wed, 9 May 2012 21:41:38 +0000 (23:41 +0200)
committerKevin Townsend <kevin@ktownsend.com>
Wed, 9 May 2012 21:41:38 +0000 (23:41 +0200)
project/cmd_tbl.h

index 022f1ac..639503c 100644 (file)
@@ -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.