Browse Source

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

sbg
Lorenz Meier 11 years ago
parent
commit
c2f97e628c
  1. 3
      src/drivers/l3gd20/l3gd20.cpp
  2. 2
      src/drivers/l3gd20/module.mk

3
src/drivers/l3gd20/l3gd20.cpp

@ -990,6 +990,9 @@ void info(); @@ -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)

2
src/drivers/l3gd20/module.mk

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

Loading…
Cancel
Save