From df5ad88df7d925278356f9480a0c2418c0316c9d Mon Sep 17 00:00:00 2001 From: Thomas Gubler Date: Sun, 8 Feb 2015 12:34:03 +0100 Subject: add px4 parameter api class (with ros implementation) --- src/include/px4.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') 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 -- cgit v1.2.3