fix path to USB serial, #include "mcu_periph/usb_serial.h"

This commit is contained in:
Martin Mueller
2010-12-06 20:41:23 +01:00
parent 46fb15e876
commit 4dc12c0705
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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
View File
@@ -38,7 +38,7 @@
#include "generated/periodic.h"
#ifdef USE_USB_SERIAL
#include "usb_serial.h"
#include "mcu_periph/usb_serial.h"
#endif
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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
View File
@@ -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; \