fixing build error

This commit is contained in:
hathach
2014-03-12 17:45:17 +07:00
parent 8db8294af2
commit 14e48bd989
12 changed files with 2130 additions and 303 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -81,15 +81,20 @@
</natures>
<linkedResources>
<link>
<name>bsp</name>
<name>boards</name>
<type>2</type>
<locationURI>PARENT-2-PROJECT_LOC/bsp</locationURI>
<locationURI>PARENT-3-PROJECT_LOC/boards</locationURI>
</link>
<link>
<name>fatfs</name>
<type>2</type>
<locationURI>PARENT-3-PROJECT_LOC/vendor/fatfs</locationURI>
</link>
<link>
<name>mcu</name>
<type>2</type>
<locationURI>PARENT-3-PROJECT_LOC/mcu</locationURI>
</link>
<link>
<name>src</name>
<type>2</type>
@@ -103,7 +108,7 @@
</linkedResources>
<filteredResources>
<filter>
<id>1380040598945</id>
<id>1394619722725</id>
<name></name>
<type>26</type>
<matcher>
@@ -112,7 +117,7 @@
</matcher>
</filter>
<filter>
<id>1380040598970</id>
<id>1394619722739</id>
<name></name>
<type>26</type>
<matcher>

View File

@@ -46,7 +46,7 @@
#ifndef _TUSB_CDC_SERIAL_APP_H_
#define _TUSB_CDC_SERIAL_APP_H_
#include "boards/board.h"
#include "board.h"
#include "tusb.h"
#ifdef __cplusplus

View File

@@ -36,7 +36,7 @@
#ifndef _TUSB_CLI_H_
#define _TUSB_CLI_H_
#include "boards/board.h"
#include "board.h"
#include "tusb.h"
#ifdef __cplusplus

View File

@@ -52,7 +52,7 @@
#ifndef _TUSB_KEYBOARD_APP_H_
#define _TUSB_KEYBOARD_APP_H_
#include "boards/board.h"
#include "board.h"
#include "tusb.h"
#ifdef __cplusplus

View File

@@ -43,7 +43,7 @@
#include <stdio.h>
#include <string.h>
#include "boards/board.h"
#include "board.h"
#include "tusb.h"
#include "app_os_prio.h"

View File

@@ -55,7 +55,7 @@
#include <stdint.h>
#include <stdbool.h>
#include "boards/board.h"
#include "board.h"
#include "tusb.h"
#ifdef __cplusplus

View File

@@ -46,7 +46,7 @@
#ifndef _TUSB_MSC_APP_H_
#define _TUSB_MSC_APP_H_
#include "boards/board.h"
#include "board.h"
#include "tusb.h"

View File

@@ -46,7 +46,7 @@
#ifndef _TUSB_RNDIS_APP_H_
#define _TUSB_RNDIS_APP_H_
#include "boards/board.h"
#include "board.h"
#include "tusb.h"
#ifdef __cplusplus