From 7d448058f1e2333f868f03db4bc50e881b84fd31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Thu, 13 Apr 2017 23:38:46 +0200 Subject: [PATCH] Move bl_peripheral.h one level upwards in the directory tree. --- right/build/kds/.cproject | 3 +-- right/src/buspal/{bootloader => }/bl_peripheral.h | 0 right/src/buspal/packet/serial_packet.h | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) rename right/src/buspal/{bootloader => }/bl_peripheral.h (100%) diff --git a/right/build/kds/.cproject b/right/build/kds/.cproject index e842754..7210892 100644 --- a/right/build/kds/.cproject +++ b/right/build/kds/.cproject @@ -797,7 +797,6 @@ - @@ -1186,10 +1185,10 @@ - + diff --git a/right/src/buspal/bootloader/bl_peripheral.h b/right/src/buspal/bl_peripheral.h similarity index 100% rename from right/src/buspal/bootloader/bl_peripheral.h rename to right/src/buspal/bl_peripheral.h diff --git a/right/src/buspal/packet/serial_packet.h b/right/src/buspal/packet/serial_packet.h index cad6f99..64665a3 100644 --- a/right/src/buspal/packet/serial_packet.h +++ b/right/src/buspal/packet/serial_packet.h @@ -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" ////////////////////////////////////////////////////////////////////////////////