Index: fw/sdk/yc_exti.c
===================================================================
--- /YC3121_SDK/fw/sdk/yc_exti.c	(revision 636)
+++ /YC3121_SDK/fw/sdk/yc_exti.c	(working copy)
@@ -153,6 +153,7 @@
 							default:
 								break;
 						}
+						EXTI_ClearITPendingBit(i,1<<j);
 					}
 					else
 					{
@@ -177,6 +178,7 @@
 									break;
 							}
 						}
+						EXTI_ClearITPendingBit(i,1<<j);
 					}
 				}
 			}
