mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-31 20:38:27 +08:00
[pprzlink] allow to compile paparazzi with PPRZLINK v2 (#2083)
To activate, build project with correct option: PPRZLINK_LIB_VERSION=2.0 make (note that 'make clean' is usualy required before that)
This commit is contained in:
committed by
Michal Podhradsky
parent
2aabe921b3
commit
6a72c5da84
@@ -37,9 +37,6 @@
|
||||
#include "pprzlink/pprz_transport.h"
|
||||
#include "generated/airframe.h"
|
||||
|
||||
/* Message id helpers */
|
||||
#define SenderIdOfPprzMsg(x) (x[0])
|
||||
#define IdOfPprzMsg(x) (x[1])
|
||||
|
||||
#include "nps_main.h"
|
||||
#include "nps_sensors.h"
|
||||
|
||||
Reference in New Issue
Block a user