aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2015-02-08 12:34:03 +0100
committerThomas Gubler <thomasgubler@gmail.com>2015-02-08 17:53:25 +0100
commitdf5ad88df7d925278356f9480a0c2418c0316c9d (patch)
treef364aa69f0867f271de472baa1cbed7f04834fa7 /src/include
parent4d74daf4a02e4a440c20d864e42355b43f55e0ae (diff)
downloadpx4-firmware-df5ad88df7d925278356f9480a0c2418c0316c9d.tar.gz
px4-firmware-df5ad88df7d925278356f9480a0c2418c0316c9d.tar.bz2
px4-firmware-df5ad88df7d925278356f9480a0c2418c0316c9d.zip
add px4 parameter api class (with ros implementation)
Diffstat (limited to 'src/include')
-rw-r--r--src/include/px4.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/px4.h b/src/include/px4.h
index 34137ee6f..b93ab5f80 100644
--- a/src/include/px4.h
+++ b/src/include/px4.h
@@ -45,4 +45,5 @@
#include "../platforms/px4_middleware.h"
#include "../platforms/px4_nodehandle.h"
#include "../platforms/px4_subscriber.h"
+#include "../platforms/px4_parameter.h"
#endif