mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-01 04:46:51 +08:00
fix path to USB serial, #include "mcu_periph/usb_serial.h"
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
#include <stdbool.h>
|
||||
#include "LPC21xx.h"
|
||||
#include "armVIC.h"
|
||||
#include "usb_serial.h"
|
||||
#include "mcu_periph/usb_serial.h"
|
||||
#include BOARD_CONFIG
|
||||
|
||||
#include "lpcusb/usbapi.h"
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
#include "sys_time.h"
|
||||
#include "led.h"
|
||||
#include "mcu_periph/uart.h"
|
||||
#include "usb_serial.h"
|
||||
#include "mcu_periph/usb_serial.h"
|
||||
|
||||
/* minimum LED blink on time 10Hz = 100ms */
|
||||
#define BLINK_MIN 10
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
#include "sys_time.h"
|
||||
#include "led.h"
|
||||
|
||||
#include "usb_serial.h"
|
||||
#include "mcu_periph/usb_serial.h"
|
||||
|
||||
#include "messages.h"
|
||||
#include "downlink.h"
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef USE_USB_SERIAL
|
||||
#include "usb_serial.h"
|
||||
#include "mcu_periph/usb_serial.h"
|
||||
#endif
|
||||
|
||||
#ifdef HITL
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include "sys_time.h"
|
||||
#include "led.h"
|
||||
#include "interrupt_hw.h"
|
||||
#include "usb_serial.h"
|
||||
#include "mcu_periph/usb_serial.h"
|
||||
|
||||
#include "messages.h"
|
||||
#include "downlink.h"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include "sys_time.h"
|
||||
#include "led.h"
|
||||
#include "interrupt_hw.h"
|
||||
#include "usb_serial.h"
|
||||
#include "mcu_periph/usb_serial.h"
|
||||
|
||||
#include "messages.h"
|
||||
#include "downlink.h"
|
||||
|
||||
+1
-1
@@ -38,7 +38,7 @@
|
||||
#include "generated/periodic.h"
|
||||
|
||||
#ifdef USE_USB_SERIAL
|
||||
#include "usb_serial.h"
|
||||
#include "mcu_periph/usb_serial.h"
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#include "sys_time.h"
|
||||
|
||||
#ifdef USE_USB_SERIAL
|
||||
#include "usb_serial.h"
|
||||
#include "mcu_periph/usb_serial.h"
|
||||
#endif
|
||||
|
||||
/* Global vars */
|
||||
|
||||
@@ -61,7 +61,7 @@ Receiving:
|
||||
#include "mcu_periph/uart.h"
|
||||
#include "std.h"
|
||||
#ifdef USE_USB_SERIAL
|
||||
#include "usb_serial.h"
|
||||
#include "mcu_periph/usb_serial.h"
|
||||
#endif
|
||||
#ifndef DOWNLINK_DEVICE
|
||||
#define DOWNLINK_DEVICE DOWNLINK_AP_DEVICE
|
||||
|
||||
+1
-1
@@ -26,7 +26,7 @@
|
||||
#define PRINT_H
|
||||
|
||||
#include "mcu_periph/uart.h"
|
||||
#include "usb_serial.h"
|
||||
#include "mcu_periph/usb_serial.h"
|
||||
|
||||
#define _PrintString(out_fun, s) { \
|
||||
uint8_t i = 0; \
|
||||
|
||||
Reference in New Issue
Block a user