aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/lsm303d/lsm303d.cpp
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-07-16 07:52:18 +0200
committerLorenz Meier <lm@inf.ethz.ch>2014-07-16 07:52:18 +0200
commitfa6f69581ed7dca03ca6ee2cfb8565343400f419 (patch)
treed9f779ad328bd5dbd7d655c6c6bd5ae00cf93d4a /src/drivers/lsm303d/lsm303d.cpp
parentc2f97e628cf060d35db22526b450b919f0c6cf59 (diff)
downloadpx4-firmware-fa6f69581ed7dca03ca6ee2cfb8565343400f419.tar.gz
px4-firmware-fa6f69581ed7dca03ca6ee2cfb8565343400f419.tar.bz2
px4-firmware-fa6f69581ed7dca03ca6ee2cfb8565343400f419.zip
LSM303D: start handler fix and start routine review
Diffstat (limited to 'src/drivers/lsm303d/lsm303d.cpp')
-rw-r--r--src/drivers/lsm303d/lsm303d.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/drivers/lsm303d/lsm303d.cpp b/src/drivers/lsm303d/lsm303d.cpp
index 45e775055..d70bff69a 100644
--- a/src/drivers/lsm303d/lsm303d.cpp
+++ b/src/drivers/lsm303d/lsm303d.cpp
@@ -1803,6 +1803,9 @@ void usage();
/**
* Start the driver.
+ *
+ * This function call only returns once the driver is
+ * up and running or failed to detect the sensor.
*/
void
start(bool external_bus, enum Rotation rotation)