mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
fix some includes of downlink.h
This commit is contained in:
@@ -74,10 +74,10 @@ LED_TOGGLE(3);
|
||||
#include "uart_hw.h"
|
||||
#include "uart.h"
|
||||
#include "autopilot.h"
|
||||
#include "datalink.h"
|
||||
#include "subsystems/datalink/datalink.h"
|
||||
|
||||
#include "messages.h"
|
||||
#include "downlink.h"
|
||||
#include "subsystems/datalink/downlink.h"
|
||||
|
||||
#if ((AC_ID > 0x108) || (AC_ID < (0x101)))
|
||||
//#error aircraft ID should be 0x101..0x108 for RC transmitter
|
||||
|
||||
Reference in New Issue
Block a user