mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-31 12:23:23 +08:00
[modules] move datalink from subsystems to modules
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
<flight_plan alt="790" ground_alt="775" home_mode_height="15" lat0="40.1579607" lon0="-3.3813882" max_dist_from_home="400" name="IMAV2019 Drop" qfu="250." security_height="10">
|
||||
<header>
|
||||
#include "subsystems/datalink/datalink.h"
|
||||
#include "modules/datalink/datalink.h"
|
||||
static inline bool delay_test_rc(bool test, int delay) {
|
||||
static int nb = 0;
|
||||
if (test) {
|
||||
|
||||
Reference in New Issue
Block a user