diff options
Diffstat (limited to 'testhal/ATSAMA5D2/SPI/mcuconf.h')
-rw-r--r-- | testhal/ATSAMA5D2/SPI/mcuconf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testhal/ATSAMA5D2/SPI/mcuconf.h b/testhal/ATSAMA5D2/SPI/mcuconf.h index f04ef793f..b59e031d7 100644 --- a/testhal/ATSAMA5D2/SPI/mcuconf.h +++ b/testhal/ATSAMA5D2/SPI/mcuconf.h @@ -123,4 +123,6 @@ #define SAMA_UART_FLEXCOM4_DMA_IRQ_PRIORITY 4
#define SAMA_UART_DMA_ERROR_HOOK(uartp) osalSysHalt("DMA failure")
+#define SPI_SELECT_MODE SPI_SELECT_MODE_NONE
+
#endif /* MCUCONF_H */
|