mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 01:17:51 +08:00
APP -> MODULE
remove as many duplicate slashes, etc. as seems practical
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
|
||||
APP_NAME = test
|
||||
SRCS = foo.c
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
MODULE_NAME = test
|
||||
SRCS = foo.c
|
||||
|
||||
Reference in New Issue
Block a user