mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-04 04:10:36 +08:00
8 lines
135 B
Makefile
8 lines
135 B
Makefile
#
|
|
# Interface driver for the PX4FMU board
|
|
#
|
|
|
|
MODULE_COMMAND = fmu
|
|
SRCS = fmu.cpp \
|
|
../../modules/systemlib/pwm_limit/pwm_limit.c
|