mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-27 20:44:07 +08:00
9 lines
107 B
Makefile
9 lines
107 B
Makefile
#
|
|
# TCA62724FMG driver for RGB LED
|
|
#
|
|
|
|
MODULE_COMMAND = rgbled
|
|
SRCS = rgbled.cpp
|
|
|
|
MAXOPTIMIZATION = -Os
|