Tiva. MAC. Added check for valid interrupt priority.

This commit is contained in:
marcoveeneman 2015-04-16 22:03:13 +02:00
parent cd95bc80f0
commit 5130840d32
1 changed files with 4 additions and 0 deletions

View File

@ -262,6 +262,10 @@
#error "TIVA_MAC_PHY_TIMEOUT requires the realtime counter service"
#endif
#if !OSAL_IRQ_IS_VALID_PRIORITY(TIVA_MAC_IRQ_PRIORITY)
#error "Invalid IRQ priority assigned to MAC"
#endif
/*===========================================================================*/
/* Driver data structures and types. */
/*===========================================================================*/