aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-11-12 09:04:55 +0100
committerDavid Sidrane <david_s5@nscdg.com>2015-04-07 06:07:30 -1000
commit828ee93585fc518cb63a426e58a612bf629eb25a (patch)
treef98fa92981236e60fe234a08fccd5b139563dc36
parentecb6e510563c6f0f61029327ef7a1b7628c72ff9 (diff)
downloadpx4-firmware-828ee93585fc518cb63a426e58a612bf629eb25a.tar.gz
px4-firmware-828ee93585fc518cb63a426e58a612bf629eb25a.tar.bz2
px4-firmware-828ee93585fc518cb63a426e58a612bf629eb25a.zip
ESC calib and PWM system commands: Remove spurious, unneeded headers
-rw-r--r--src/systemcmds/esc_calib/esc_calib.c3
-rw-r--r--src/systemcmds/pwm/pwm.c4
2 files changed, 0 insertions, 7 deletions
diff --git a/src/systemcmds/esc_calib/esc_calib.c b/src/systemcmds/esc_calib/esc_calib.c
index d74010553..a2369970a 100644
--- a/src/systemcmds/esc_calib/esc_calib.c
+++ b/src/systemcmds/esc_calib/esc_calib.c
@@ -52,9 +52,6 @@
#include <sys/ioctl.h>
#include <sys/stat.h>
-#include <nuttx/i2c.h>
-#include <nuttx/mtd.h>
-#include <nuttx/fs/nxffs.h>
#include <nuttx/fs/ioctl.h>
#include <arch/board/board.h>
diff --git a/src/systemcmds/pwm/pwm.c b/src/systemcmds/pwm/pwm.c
index 6bb9f235c..b9bd23ead 100644
--- a/src/systemcmds/pwm/pwm.c
+++ b/src/systemcmds/pwm/pwm.c
@@ -46,13 +46,9 @@
#include <unistd.h>
#include <fcntl.h>
#include <poll.h>
-#include <sys/mount.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
-#include <nuttx/i2c.h>
-#include <nuttx/mtd.h>
-#include <nuttx/fs/nxffs.h>
#include <nuttx/fs/ioctl.h>
#include <arch/board/board.h>