airspeed drivers: Start handlers stack fixes and start handler review

This commit is contained in:
Lorenz Meier 2014-07-16 07:54:09 +02:00
parent fa6f69581e
commit 91bedc5c1c
4 changed files with 10 additions and 2 deletions

View File

@ -286,6 +286,9 @@ void info();
/**
* Start the driver.
*
* This function only returns if the sensor is up and running
* or could not be detected successfully.
*/
void
start(int i2c_bus)

View File

@ -36,6 +36,7 @@
#
MODULE_COMMAND = ets_airspeed
MODULE_STACKSIZE = 2048
SRCS = ets_airspeed.cpp
MODULE_STACKSIZE = 1200

View File

@ -420,6 +420,9 @@ void info();
/**
* Start the driver.
*
* This function call only returns once the driver is up and running
* or failed to detect the sensor.
*/
void
start(int i2c_bus)

View File

@ -36,6 +36,7 @@
#
MODULE_COMMAND = meas_airspeed
MODULE_STACKSIZE = 2048
SRCS = meas_airspeed.cpp
MODULE_STACKSIZE = 1200