diff --git a/right/src/buspal/bootloader/bl_context.h b/right/src/buspal/bootloader/bl_context.h index fa16136..e2ea803 100644 --- a/right/src/buspal/bootloader/bl_context.h +++ b/right/src/buspal/bootloader/bl_context.h @@ -6,7 +6,7 @@ #include "memory/memory.h" #include "packet/command_packet.h" //#include "bootloader/bl_command.h" -#include "property/property.h" +#include "property.h" #include "command.h" #if !defined(BOOTLOADER_HOST) diff --git a/right/src/buspal/property/property.h b/right/src/buspal/property.h similarity index 100% rename from right/src/buspal/property/property.h rename to right/src/buspal/property.h