fixing build error
This commit is contained in:
@@ -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