mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-29 15:50:35 +08:00
9 lines
105 B
Makefile
9 lines
105 B
Makefile
#
|
|
# PCA8574 driver for RGB LED
|
|
#
|
|
|
|
MODULE_COMMAND = pca8574
|
|
SRCS = pca8574.cpp
|
|
|
|
MAXOPTIMIZATION = -Os
|