Get rid of the now obsoleted bootloader_config.h

This commit is contained in:
László Monda
2017-10-20 00:52:32 +02:00
parent 5ec619532a
commit 25f8017879
4 changed files with 0 additions and 9 deletions

View File

@@ -1,6 +0,0 @@
#ifndef __BOOTLOADER_CONFIG_H__
#define __BOOTLOADER_CONFIG_H__
//#define ENABLE_BUSPAL
#endif

View File

@@ -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"