fixing build error
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
#ifndef _TUSB_CLI_H_
|
||||
#define _TUSB_CLI_H_
|
||||
|
||||
#include "boards/board.h"
|
||||
#include "board.h"
|
||||
#include "tusb.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "boards/board.h"
|
||||
#include "board.h"
|
||||
#include "tusb.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
#ifndef _TUSB_MSC_APP_H_
|
||||
#define _TUSB_MSC_APP_H_
|
||||
|
||||
#include "boards/board.h"
|
||||
#include "board.h"
|
||||
#include "tusb.h"
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user