git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2273 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
16423f7781
commit
737df89c45
|
@ -56,3 +56,8 @@
|
|||
/*
|
||||
* SPI driver system settings.
|
||||
*/
|
||||
#define USE_AT91SAM7_SPI FALSE
|
||||
#define AT91SAM7_SPI_USE_SPI0 TRUE
|
||||
#define AT91SAM7_SPI_USE_SPI1 FALSE
|
||||
#define AT91SAM7_SPI0_PRIORITY (AT91C_AIC_PRIOR_HIGHEST - 1)
|
||||
#define AT91SAM7_SPI1_PRIORITY (AT91C_AIC_PRIOR_HIGHEST - 1)
|
||||
|
|
|
@ -56,3 +56,8 @@
|
|||
/*
|
||||
* SPI driver system settings.
|
||||
*/
|
||||
#define USE_AT91SAM7_SPI FALSE
|
||||
#define AT91SAM7_SPI_USE_SPI0 TRUE
|
||||
#define AT91SAM7_SPI_USE_SPI1 FALSE
|
||||
#define AT91SAM7_SPI0_PRIORITY (AT91C_AIC_PRIOR_HIGHEST - 1)
|
||||
#define AT91SAM7_SPI1_PRIORITY (AT91C_AIC_PRIOR_HIGHEST - 1)
|
||||
|
|
|
@ -56,3 +56,8 @@
|
|||
/*
|
||||
* SPI driver system settings.
|
||||
*/
|
||||
#define USE_AT91SAM7_SPI FALSE
|
||||
#define AT91SAM7_SPI_USE_SPI0 TRUE
|
||||
#define AT91SAM7_SPI_USE_SPI1 FALSE
|
||||
#define AT91SAM7_SPI0_PRIORITY (AT91C_AIC_PRIOR_HIGHEST - 1)
|
||||
#define AT91SAM7_SPI1_PRIORITY (AT91C_AIC_PRIOR_HIGHEST - 1)
|
||||
|
|
|
@ -56,3 +56,8 @@
|
|||
/*
|
||||
* SPI driver system settings.
|
||||
*/
|
||||
#define USE_AT91SAM7_SPI FALSE
|
||||
#define AT91SAM7_SPI_USE_SPI0 TRUE
|
||||
#define AT91SAM7_SPI_USE_SPI1 FALSE
|
||||
#define AT91SAM7_SPI0_PRIORITY (AT91C_AIC_PRIOR_HIGHEST - 1)
|
||||
#define AT91SAM7_SPI1_PRIORITY (AT91C_AIC_PRIOR_HIGHEST - 1)
|
||||
|
|
Loading…
Reference in New Issue