mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-05 05:00:34 +08:00
1a8703ec1c
The device level debug will have to be removed and the debugging can be based on this new logging structure which can tell where an error (or debug output) occured whch the current implmentation cannot. The one limitation is the new macros cannot take a char* for the format parameter. It must be an actual string literal because it is concatenated with other strings. Signed-off-by: Mark Charlebois <charlebm@gmail.com>
8 lines
70 B
Makefile
8 lines
70 B
Makefile
#
|
|
# Common OS porting APIs
|
|
#
|
|
|
|
SRCS = px4_getopt.c \
|
|
px4_log.c
|
|
|