Move bl_peripheral.h one level upwards in the directory tree.

This commit is contained in:
László Monda
2017-04-13 23:38:46 +02:00
parent 8d29432ce0
commit 7d448058f1
3 changed files with 2 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
#define __SERIAL_PACKET_H__
#include "bootloader_common.h"
#include "bootloader/bl_peripheral.h"
#include "bl_peripheral.h"
#include "command_packet.h"
////////////////////////////////////////////////////////////////////////////////