aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-11-12 09:04:55 +0100
committerLorenz Meier <lm@inf.ethz.ch>2014-11-12 09:04:55 +0100
commit27cc23839813b81eaa5273b3e92d64bc489c7b3e (patch)
treeaff467cc0996766b5571a92d38097ba7035a5ccd
parent476b713c1295039c2faa342d5d699f3265cb1938 (diff)
downloadpx4-firmware-27cc23839813b81eaa5273b3e92d64bc489c7b3e.tar.gz
px4-firmware-27cc23839813b81eaa5273b3e92d64bc489c7b3e.tar.bz2
px4-firmware-27cc23839813b81eaa5273b3e92d64bc489c7b3e.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 7d80af307..c464ab84d 100644
--- a/src/systemcmds/esc_calib/esc_calib.c
+++ b/src/systemcmds/esc_calib/esc_calib.c
@@ -51,9 +51,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 478c2a772..360a80a90 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>