L3GD20 driver: stack size adjustments of start handler and start return review / comments

This commit is contained in:
Lorenz Meier 2014-07-16 07:51:47 +02:00
parent f89573a6ed
commit c2f97e628c
2 changed files with 5 additions and 0 deletions

View File

@ -990,6 +990,9 @@ void info();
/**
* Start the driver.
*
* This function call only returns once the driver
* started or failed to detect the sensor.
*/
void
start(bool external_bus, enum Rotation rotation)

View File

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