9
0
Fork 0
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@1112 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2008-10-31 23:28:58 +00:00
parent 1f183c3ac9
commit 1894112a8f
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@ void up_maskack_irq(int irq)
/* Clear the interrupt by writing a one to the corresponding bit in the
* IPR register.
*/
reg32 = getreg32(STR71X_EIC_IPR);
reg32 |= (1 << irq);
putreg32(reg32, STR71X_EIC_IPR);