Remove commented out includes.
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
#include "usb_device.h"
|
||||
|
||||
#include "usb_device_class.h"
|
||||
//#include "usb_device_msc.h"
|
||||
#include "usb_device_hid.h"
|
||||
#include "usb_device_ch9.h"
|
||||
#include "usb_descriptor.h"
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef __USB_DEVICE_COMPOSITE_H__
|
||||
#define __USB_DEVICE_COMPOSITE_H__ 1
|
||||
|
||||
//#include "msc_disk.h"
|
||||
#include "hid_bootloader.h"
|
||||
#include "usb_device_config.h"
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
|
||||
#include "usb_device_class.h"
|
||||
#include "usb_device_hid.h"
|
||||
//#include "usb_device_msc.h"
|
||||
#include "bootloader_hid_report_ids.h"
|
||||
|
||||
#include "usb_descriptor.h"
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
#include "bootloader/bl_peripheral.h"
|
||||
#include "memory.h"
|
||||
#include "packet/command_packet.h"
|
||||
//#include "bootloader/bl_command.h"
|
||||
#include "property.h"
|
||||
#include "command.h"
|
||||
|
||||
|
||||
@@ -3,12 +3,7 @@
|
||||
|
||||
#include "bootloader_common.h"
|
||||
#include "bootloader/bl_peripheral.h"
|
||||
//#include "bootloader/bl_command.h"
|
||||
#include "bootloader/bl_context.h"
|
||||
//#include "bootloader/bl_version.h"
|
||||
//#include "bootloader/bl_user_entry.h"
|
||||
//#include "bootloader/bl_peripheral_interface.h"
|
||||
//#include "bootloader/bl_shutdown_cleanup.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Definitions
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
#include "fsl_common.h"
|
||||
|
||||
#if defined(BOOTLOADER_HOST)
|
||||
//#include "blfwk/bootloader_config.h"
|
||||
#elif defined(BUSPAL)
|
||||
#include "../src/buspal_config.h"
|
||||
#else
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
//#include "memory/memory.h"
|
||||
//#include "property/property.h"
|
||||
//#include "utilities/fsl_assert.h"
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
#include "command.h"
|
||||
#include "packet/serial_packet.h"
|
||||
#include "crc16.h"
|
||||
//#include "utilities/fsl_rtos_abstraction.h"
|
||||
|
||||
#include "fsl_flash.h"
|
||||
#include "fsl_device_registers.h"
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
#include "bootloader_common.h"
|
||||
#include "crc16.h"
|
||||
//#include "utilities/fsl_assert.h"
|
||||
//#include "utilities/fsl_rtos_abstraction.h"
|
||||
|
||||
#if !defined(BOOTLOADER_HOST)
|
||||
#include "fsl_device_registers.h"
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
*/
|
||||
#include "microseconds/microseconds.h"
|
||||
#include <stdarg.h>
|
||||
//#include "bootloader_common.h"
|
||||
#include "bus_pal_hardware.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
*
|
||||
* Notes: The driver configure sysclk as lifetime timer
|
||||
*/
|
||||
//#include "bootloader_common.h"
|
||||
#include "microseconds/microseconds.h"
|
||||
#include "fsl_device_registers.h"
|
||||
#include <stdarg.h>
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#if !defined(__COMMAND_PACKET_H__)
|
||||
#define __COMMAND_PACKET_H__
|
||||
|
||||
//#include "bootloader_common.h"
|
||||
#include "stdint.h"
|
||||
|
||||
//! @addtogroup packet
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#include <string.h>
|
||||
//#include "bootloader_common.h"
|
||||
#include "bootloader/bl_context.h"
|
||||
#include "bootloader/bootloader.h"
|
||||
#include "packet/command_packet.h"
|
||||
@@ -7,11 +6,6 @@
|
||||
#include "fsl_common.h"
|
||||
#include "bl_peripheral.h"
|
||||
#include "crc16.h"
|
||||
//#include "utilities/fsl_assert.h"
|
||||
|
||||
#ifndef BOOTLOADER_HOST
|
||||
#include "microseconds/microseconds.h"
|
||||
#endif
|
||||
|
||||
//! @addtogroup packet
|
||||
//! @{
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
#include "bootloader_common.h"
|
||||
#include "bootloader/bl_peripheral.h"
|
||||
#include "command_packet.h"
|
||||
//#include "property/property.h"
|
||||
#include "stdbool.h"
|
||||
|
||||
//! @addtogroup packet
|
||||
|
||||
Reference in New Issue
Block a user