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