Skip to content

Commit 53def56

Browse files
author
Rohit Grover
committed
get rid of an un-necessary call to NVIC_ClearPendingIRQ
1 parent d60021c commit 53def56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,6 @@ static int32_t executeCommand(void)
611611

612612
static void ftfe_ccie_irq_handler(void)
613613
{
614-
NVIC_ClearPendingIRQ(FTFE_IRQn);
615614
disbleCommandCompletionInterrupt();
616615

617616
/* check for errors */

0 commit comments

Comments
 (0)