LSM303D: start handler fix and start routine review

This commit is contained in:
Lorenz Meier 2014-07-16 07:52:18 +02:00
parent c2f97e628c
commit fa6f69581e
2 changed files with 4 additions and 1 deletions

View File

@ -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)

View File

@ -5,4 +5,4 @@
MODULE_COMMAND = lsm303d
SRCS = lsm303d.cpp
MODULE_STACKSIZE = 1200