aboutsummaryrefslogtreecommitdiff
path: root/src/platforms
diff options
context:
space:
mode:
authorRoman Bapst <romanbapst@yahoo.de>2014-11-11 15:01:47 +0100
committerRoman Bapst <romanbapst@yahoo.de>2014-11-11 15:01:47 +0100
commita0e2e4e8b30ef64728ff57e56a28b95527f4a1b0 (patch)
treeb9f460ab68190711e4ead9f2f2c6e6f1f3b23fa6 /src/platforms
parented409fd53757a43b49758d3ed5573e809a23b113 (diff)
downloadpx4-firmware-a0e2e4e8b30ef64728ff57e56a28b95527f4a1b0.tar.gz
px4-firmware-a0e2e4e8b30ef64728ff57e56a28b95527f4a1b0.tar.bz2
px4-firmware-a0e2e4e8b30ef64728ff57e56a28b95527f4a1b0.zip
pixhawk specific files
Diffstat (limited to 'src/platforms')
-rw-r--r--src/platforms/px4_defines.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/platforms/px4_defines.h b/src/platforms/px4_defines.h
index 327d0bea1..1ff46b97c 100644
--- a/src/platforms/px4_defines.h
+++ b/src/platforms/px4_defines.h
@@ -48,11 +48,6 @@
#else
#include <nuttx/config.h>
//#define PX4_MAIN_FUNCTION(_prefix) __EXPORT int _prefix##main(int argc, char **argv)() { return main(argc, argv); }
-
-#include "drv_sensor.h"
-#include "drv_orb_dev.h"
-#define ACCEL_DEVICE_PATH "/dev/accel"
-
#include <modules/uORB/uORB.h>
#endif