mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-05 15:30:08 +08:00
[sdlog] SDLOG transport for logging directly using telemetry macros
compatible with sd2log tool to extract data
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# Hey Emacs, this is a -*- makefile -*-
|
||||
|
||||
sdlog_CFLAGS = -DDOWNLINK
|
||||
sdlog_srcs = subsystems/datalink/downlink.c subsystems/datalink/pprzlog_transport.c
|
||||
|
||||
ap.CFLAGS += $(sdlog_CFLAGS)
|
||||
ap.srcs += $(sdlog_srcs)
|
||||
|
||||
Reference in New Issue
Block a user