mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-18 07:30:35 +08:00
11 lines
130 B
Makefile
11 lines
130 B
Makefile
#
|
|
# LSM303D accel/mag driver
|
|
#
|
|
|
|
MODULE_COMMAND = lsm303d
|
|
SRCS = lsm303d.cpp
|
|
|
|
MODULE_STACKSIZE = 1200
|
|
|
|
EXTRACXXFLAGS = -Weffc++
|