mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
cosmetic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1112 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -160,6 +160,7 @@ void up_maskack_irq(int irq)
|
|||||||
/* Clear the interrupt by writing a one to the corresponding bit in the
|
/* Clear the interrupt by writing a one to the corresponding bit in the
|
||||||
* IPR register.
|
* IPR register.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
reg32 = getreg32(STR71X_EIC_IPR);
|
reg32 = getreg32(STR71X_EIC_IPR);
|
||||||
reg32 |= (1 << irq);
|
reg32 |= (1 << irq);
|
||||||
putreg32(reg32, STR71X_EIC_IPR);
|
putreg32(reg32, STR71X_EIC_IPR);
|
||||||
|
|||||||
Reference in New Issue
Block a user