Make the firmware depend of the wormhole.[ch] files of the bootloader. Remove local wormhole.[ch] files.

This commit is contained in:
László Monda
2017-10-13 22:09:52 +02:00
parent ef34094004
commit d4200524d7
8 changed files with 24 additions and 40 deletions

View File

@@ -4,7 +4,7 @@
#include "usb_descriptors/usb_descriptor_strings.h"
#include "bootloader_config.h"
#include "bus_pal_hardware.h"
#include "wormhole.h"
#include "bootloader/wormhole.h"
static usb_status_t UsbDeviceCallback(usb_device_handle handle, uint32_t event, void *param);
usb_composite_device_t UsbCompositeDevice;