aboutsummaryrefslogtreecommitdiff
path: root/src/platforms
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2015-02-08 15:51:01 +0100
committerThomas Gubler <thomasgubler@gmail.com>2015-02-08 17:53:26 +0100
commit18c7aa9993f24c05b04d816cdd8e0195fccc3b88 (patch)
treeac007efd947c76bccf734347933b3f6f34e3cb8c /src/platforms
parent04cc8922e40b4fa21a525f73defdd21cfd0e9546 (diff)
downloadpx4-firmware-18c7aa9993f24c05b04d816cdd8e0195fccc3b88.tar.gz
px4-firmware-18c7aa9993f24c05b04d816cdd8e0195fccc3b88.tar.bz2
px4-firmware-18c7aa9993f24c05b04d816cdd8e0195fccc3b88.zip
param api: run fix code style script
Diffstat (limited to 'src/platforms')
-rw-r--r--src/platforms/px4_parameter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/platforms/px4_parameter.h b/src/platforms/px4_parameter.h
index 2f3c6323e..1f37fc700 100644
--- a/src/platforms/px4_parameter.h
+++ b/src/platforms/px4_parameter.h
@@ -138,6 +138,7 @@ public:
if (_handle != PARAM_INVALID) {
param_get(_handle, &(this->_value));
}
+
return get();
}