Get rid of the now obsoleted bootloader_config.h
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
#ifndef __BOOTLOADER_CONFIG_H__
|
||||
#define __BOOTLOADER_CONFIG_H__
|
||||
|
||||
//#define ENABLE_BUSPAL
|
||||
|
||||
#endif
|
||||
@@ -2,7 +2,6 @@
|
||||
#include "usb_descriptor.h"
|
||||
#include "usb_device_config.h"
|
||||
#include "composite.h"
|
||||
#include "bootloader_config.h"
|
||||
#include "microseconds/microseconds.h"
|
||||
#include "i2c.h"
|
||||
#include "peripherals/test_led.h"
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
#include "usb_interfaces/usb_interface_basic_keyboard.h"
|
||||
#include "usb_interfaces/usb_interface_media_keyboard.h"
|
||||
#include "bus_pal_hardware.h"
|
||||
#include "bootloader_config.h"
|
||||
#include "command.h"
|
||||
#include "bootloader/wormhole.h"
|
||||
#include "eeprom.h"
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
#include "usb_composite_device.h"
|
||||
#include "usb_descriptors/usb_descriptor_hid.h"
|
||||
#include "usb_descriptors/usb_descriptor_strings.h"
|
||||
#include "bootloader_config.h"
|
||||
#include "bus_pal_hardware.h"
|
||||
#include "bootloader/wormhole.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user