diff --git a/right/src/buspal/bootloader/bl_context.h b/right/src/buspal/bootloader/bl_context.h index e2ea803..e756785 100644 --- a/right/src/buspal/bootloader/bl_context.h +++ b/right/src/buspal/bootloader/bl_context.h @@ -3,7 +3,7 @@ #include "bootloader_common.h" #include "bootloader/bl_peripheral.h" -#include "memory/memory.h" +#include "memory.h" #include "packet/command_packet.h" //#include "bootloader/bl_command.h" #include "property.h" diff --git a/right/src/buspal/memory/memory.h b/right/src/buspal/memory.h similarity index 100% rename from right/src/buspal/memory/memory.h rename to right/src/buspal/memory.h