mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-13 20:40:38 +08:00
9 lines
94 B
Makefile
9 lines
94 B
Makefile
#
|
|
# Oreo LED driver
|
|
#
|
|
|
|
MODULE_COMMAND = oreoled
|
|
SRCS = oreoled.cpp
|
|
|
|
MAXOPTIMIZATION = -Os
|