mirror of
https://github.com/apache/nuttx.git
synced 2026-08-10 23:15:15 +00:00
Make sure z16f still builds
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1154 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
8e0de5260d
commit
db14b2b2d2
1 changed files with 14 additions and 0 deletions
|
|
@ -200,3 +200,17 @@ void up_maskack_irq(int irq)
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
* Name: up_prioritize_irq
|
||||
*
|
||||
* Description:
|
||||
* Set interrupt priority
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
void up_prioritize_irq(int irq, int priority)
|
||||
{
|
||||
/* To be provided */
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue