Move crc16.[ch] one directory level upwards.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include <stdint.h>
|
||||
#include "command.h"
|
||||
#include "packet/serial_packet.h"
|
||||
#include "crc/crc16.h"
|
||||
#include "crc16.h"
|
||||
//#include "utilities/fsl_rtos_abstraction.h"
|
||||
|
||||
#include "fsl_flash.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "bootloader_common.h"
|
||||
#include "crc/crc16.h"
|
||||
#include "crc16.h"
|
||||
//#include "utilities/fsl_assert.h"
|
||||
//#include "utilities/fsl_rtos_abstraction.h"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include "packet/serial_packet.h"
|
||||
#include "fsl_common.h"
|
||||
#include "bl_peripheral.h"
|
||||
#include "crc/crc16.h"
|
||||
#include "crc16.h"
|
||||
//#include "utilities/fsl_assert.h"
|
||||
|
||||
#ifndef BOOTLOADER_HOST
|
||||
|
||||
Reference in New Issue
Block a user