From 034eea9241d8a688f606b383ac45ff3b80986fab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Tue, 11 Apr 2017 22:46:06 +0200 Subject: [PATCH] Move memory.h one directory level upwards. --- right/src/buspal/bootloader/bl_context.h | 2 +- right/src/buspal/{memory => }/memory.h | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename right/src/buspal/{memory => }/memory.h (100%) 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