Added SPI_SELECT_MODE macro
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11013 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
156924d2a0
commit
94ae4371eb
|
@ -123,4 +123,6 @@
|
||||||
#define SAMA_UART_FLEXCOM4_DMA_IRQ_PRIORITY 4
|
#define SAMA_UART_FLEXCOM4_DMA_IRQ_PRIORITY 4
|
||||||
#define SAMA_UART_DMA_ERROR_HOOK(uartp) osalSysHalt("DMA failure")
|
#define SAMA_UART_DMA_ERROR_HOOK(uartp) osalSysHalt("DMA failure")
|
||||||
|
|
||||||
|
#define SPI_SELECT_MODE SPI_SELECT_MODE_NONE
|
||||||
|
|
||||||
#endif /* MCUCONF_H */
|
#endif /* MCUCONF_H */
|
||||||
|
|
Loading…
Reference in New Issue