now it compiles
[hackover2013-badge-firmware.git] / project / cmd_tbl.h
index efdae36..0bc977d 100644 (file)
@@ -156,9 +156,6 @@ cmd_t cmd_tbl[] =
   { "d",    0,  1,  0,  cmd_sd_dir           , "Dir (SD Card)"                  , "'d [<path>]'" },
   #endif
   { "pwm", 0, 2, 0, cmd_pwm, "PWM Control", "'pwm [<duty_cycle>] [<frequency>]'" },
-
-}
-
 };
 
 #endif
\ No newline at end of file
This page took 0.022587 seconds and 4 git commands to generate.