[modules] move datalink from subsystems to modules

This commit is contained in:
Gautier Hattenberger
2021-11-12 15:39:00 +01:00
parent 304f957a0b
commit eef2792d39
355 changed files with 435 additions and 435 deletions
@@ -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) {