mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08: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:
@@ -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 */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user