mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-27 17:06:31 +08:00
[fix] call pprzlog_init if needed (and avoid segfault)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Hey Emacs, this is a -*- makefile -*-
|
||||
|
||||
sdlog_CFLAGS = -DDOWNLINK
|
||||
sdlog_CFLAGS = -DDOWNLINK -DUSE_PPRZLOG
|
||||
sdlog_srcs = subsystems/datalink/downlink.c subsystems/datalink/pprzlog_transport.c
|
||||
|
||||
ap.CFLAGS += $(sdlog_CFLAGS)
|
||||
|
||||
Reference in New Issue
Block a user