mirror of
https://github.com/apache/nuttx.git
synced 2026-08-22 14:08:30 +00:00
Tiva SSI: Fix oversight in last commit. Would only fixe the case where the single SSI enabled was SSI0
This commit is contained in:
parent
c802d5276b
commit
ad9429a527
1 changed files with 3 additions and 3 deletions
|
|
@ -143,13 +143,13 @@
|
|||
# if defined(CONFIG_TIVA_SSI0)
|
||||
# define SSI_BASE TIVA_SSI0_BASE
|
||||
# define SSI_IRQ TIVA_IRQ_SSI0
|
||||
# elif defined(CONFIG_TIVA_SSI0)
|
||||
# elif defined(CONFIG_TIVA_SSI1)
|
||||
# define SSI_BASE TIVA_SSI1_BASE
|
||||
# define SSI_IRQ TIVA_IRQ_SSI1
|
||||
# elif defined(CONFIG_TIVA_SSI0)
|
||||
# elif defined(CONFIG_TIVA_SSI2)
|
||||
# define SSI_BASE TIVA_SSI2_BASE
|
||||
# define SSI_IRQ TIVA_IRQ_SSI2
|
||||
# elif defined(CONFIG_TIVA_SSI0)
|
||||
# elif defined(CONFIG_TIVA_SSI3)
|
||||
# define SSI_BASE TIVA_SSI3_BASE
|
||||
# define SSI_IRQ TIVA_IRQ_SSI3
|
||||
# else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue