File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
hal/targets/hal/TARGET_Freescale/TARGET_KSDK2_MCUS/TARGET_K64F Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 126
126
/*! @brief Access to FTFx->FCCOB */
127
127
extern volatile uint32_t * const kFCCOBx ;
128
128
129
- static flash_config_t privateDeviceConfig ;
130
129
#endif /* #ifdef USING_KSDK2 */
131
130
132
131
/*
@@ -754,13 +753,6 @@ static int32_t initialize(ARM_Storage_Callback_t callback)
754
753
return 1 ; /* synchronous completion. */
755
754
}
756
755
757
- #ifdef USING_KSDK2
758
- status_t rc = FLASH_Init (& privateDeviceConfig );
759
- if (rc != kStatus_FLASH_Success ) {
760
- return ARM_DRIVER_ERROR ;
761
- }
762
- #endif /* ifdef USING_KSDK2 */
763
-
764
756
if (controllerCurrentlyBusy ()) {
765
757
/* The user cannot initiate any further FTFE commands until notified that the
766
758
* current command has completed.*/
You can’t perform that action at this time.
0 commit comments