Fix odd build error caused by header include order.
This commit is contained in:
parent
a396b22d9a
commit
a6a380af6a
|
@ -120,11 +120,10 @@
|
|||
#endif
|
||||
#endif /* OSAL_ST_MODE == OSAL_ST_MODE_FREERUNNING */
|
||||
|
||||
#if !OSAL_IRQ_IS_VALID_PRIORITY(NRF5_ST_PRIORITY)
|
||||
#if !PORT_IRQ_IS_VALID_KERNEL_PRIORITY(NRF5_ST_PRIORITY)
|
||||
#error "Invalid IRQ priority assigned to ST driver"
|
||||
#endif
|
||||
|
||||
|
||||
/*===========================================================================*/
|
||||
/* Driver data structures and types. */
|
||||
/*===========================================================================*/
|
||||
|
|
Loading…
Reference in New Issue