forked from Archive/PX4-Autopilot
L3GD20 driver: stack size adjustments of start handler and start return review / comments
This commit is contained in:
parent
f89573a6ed
commit
c2f97e628c
|
@ -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)
|
||||
|
|
|
@ -4,3 +4,5 @@
|
|||
|
||||
MODULE_COMMAND = l3gd20
|
||||
SRCS = l3gd20.cpp
|
||||
|
||||
MODULE_STACKSIZE = 1200
|
||||
|
|
Loading…
Reference in New Issue