Move bootloader_context_t and g_bootloaderContext from bl_context.h to bootloader and delete bl_context.h

This commit is contained in:
László Monda
2017-04-13 01:01:26 +02:00
parent d8e465c406
commit c7365eb6b0
3 changed files with 8 additions and 13 deletions

View File

@@ -1,4 +1,3 @@
#include "bootloader/bl_context.h"
#include "bootloader/bootloader.h"
#include "crc16.h"