mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-29 04:30:36 +08:00
11 lines
132 B
Makefile
11 lines
132 B
Makefile
#
|
|
# TCA62724FMG driver for RGB LED
|
|
#
|
|
|
|
MODULE_COMMAND = rgbled
|
|
|
|
SRCS = rgbled.cpp \
|
|
rgbled_params.c
|
|
|
|
MAXOPTIMIZATION = -Os
|