Move memory.h one directory level upwards.

This commit is contained in:
László Monda
2017-04-11 22:46:06 +02:00
parent 9bc78703c9
commit 034eea9241
2 changed files with 1 additions and 1 deletions

View File

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