mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
13 lines
207 B
Makefile
13 lines
207 B
Makefile
#
|
|
# Board-specific startup code for the PX4FMUv2
|
|
#
|
|
|
|
SRCS = px4fmu_can.c \
|
|
px4fmu2_init.c \
|
|
px4fmu_pwm_servo.c \
|
|
px4fmu_spi.c \
|
|
px4fmu_usb.c \
|
|
px4fmu2_led.c
|
|
|
|
MAXOPTIMIZATION = -Os
|