now it compiles
authorMiceuz <mic@hardcore.lt>
Thu, 19 Apr 2012 16:52:33 +0000 (18:52 +0200)
committerMiceuz <mic@hardcore.lt>
Thu, 19 Apr 2012 16:52:33 +0000 (18:52 +0200)
Makefile
project/cmd_tbl.h

index 3e5c335..a8f39b5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -41,6 +41,7 @@ OBJS += cmd_chibi_addr.o cmd_chibi_tx.o
 OBJS += cmd_i2ceeprom_read.o cmd_i2ceeprom_write.o cmd_lm75b_gettemp.o
 OBJS += cmd_reset.o cmd_sd_dir.o cmd_sysinfo.o cmd_uart.o 
 OBJS += cmd_roundedcorner.o
+OBJS += cmd_pwm.o 
 
 VPATH += project/commands/drawing
 OBJS += cmd_backlight.o cmd_bmp.o cmd_button.o cmd_calibrate.o
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.0252 seconds and 4 git commands to generate.