Skip to content

Commit c82e777

Browse files
author
Rohit Grover
committed
minor fixes to include headers
1 parent 9014777 commit c82e777

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hal/targets/hal/TARGET_Freescale/TARGET_KSDK2_MCUS/TARGET_K64F/storage_driver.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717

1818
#if DEVICE_STORAGE
1919

20-
#include <string.h>
21-
2220
#include "Driver_Storage.h"
2321
#include "cmsis_nvic.h"
2422
#include "MK64F12.h"
@@ -30,9 +28,11 @@
3028
#ifndef USING_KSDK2
3129
#include "device/MK64F12/MK64F12_ftfe.h"
3230
#else
33-
#include "drivers/fsl_flash.h"
31+
#include "fsl_flash.h"
3432
#endif
3533

34+
#include <string.h>
35+
3636
#ifdef USING_KSDK2
3737
/*!
3838
* @name Misc utility defines

0 commit comments

Comments
 (0)