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