From: Miceuz Date: Thu, 19 Apr 2012 16:52:33 +0000 (+0200) Subject: now it compiles X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/commitdiff_plain/e11741b84791eb294c7204d97d0744eeeb3ec600?ds=sidebyside now it compiles --- diff --git a/Makefile b/Makefile index 3e5c335..a8f39b5 100644 --- 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 diff --git a/project/cmd_tbl.h b/project/cmd_tbl.h index efdae36..0bc977d 100644 --- a/project/cmd_tbl.h +++ b/project/cmd_tbl.h @@ -156,9 +156,6 @@ cmd_t cmd_tbl[] = { "d", 0, 1, 0, cmd_sd_dir , "Dir (SD Card)" , "'d []'" }, #endif { "pwm", 0, 2, 0, cmd_pwm, "PWM Control", "'pwm [] []'" }, - -} - }; #endif \ No newline at end of file