Move property.h one directory level upwards.

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

View File

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