Move bl_peripheral.h one level upwards in the directory tree.

This commit is contained in:
László Monda
2017-04-13 23:38:46 +02:00
parent 8d29432ce0
commit 7d448058f1
3 changed files with 2 additions and 3 deletions

View File

@@ -797,7 +797,6 @@
<listOptionValue builtIn="false" value="../../../src"/>
<listOptionValue builtIn="false" value="../../../src/ksdk_usb"/>
<listOptionValue builtIn="false" value="../../../src/buspal"/>
<listOptionValue builtIn="false" value="../../../src/buspal/bootloader"/>
<listOptionValue builtIn="false" value="../../../src/buspal/bm_usb"/>
<listOptionValue builtIn="false" value="../../../../lib/KSDK_2.0_MK22FN512xxx12/middleware/usb_1.0.0"/>
<listOptionValue builtIn="false" value="../../../../lib/KSDK_2.0_MK22FN512xxx12/middleware/usb_1.0.0/osa"/>
@@ -1186,10 +1185,10 @@
<configuration configurationName="v7-debug-srec">
<resource resourceType="PROJECT" workspacePath="/uhk-right"/>
</configuration>
<configuration configurationName="release-v7"/>
<configuration configurationName="debug">
<resource resourceType="PROJECT" workspacePath="/uhk-right"/>
</configuration>
<configuration configurationName="release-v7"/>
<configuration configurationName="v6-debug-srec"/>
<configuration configurationName="release">
<resource resourceType="PROJECT" workspacePath="/uhk-right"/>

View File

@@ -2,7 +2,7 @@
#define __SERIAL_PACKET_H__
#include "bootloader_common.h"
#include "bootloader/bl_peripheral.h"
#include "bl_peripheral.h"
#include "command_packet.h"
////////////////////////////////////////////////////////////////////////////////