diff options
author | isiora <none@example.com> | 2017-11-15 14:12:57 +0000 |
---|---|---|
committer | isiora <none@example.com> | 2017-11-15 14:12:57 +0000 |
commit | 94ae4371ebb96036b329219cd72b6b08449470e5 (patch) | |
tree | 59c31215f36cb5d624f457a5725b3e11a62097fd | |
parent | 156924d2a00ba46f45e440619583b5c48471361b (diff) | |
download | ChibiOS-94ae4371ebb96036b329219cd72b6b08449470e5.tar.gz ChibiOS-94ae4371ebb96036b329219cd72b6b08449470e5.tar.bz2 ChibiOS-94ae4371ebb96036b329219cd72b6b08449470e5.zip |
Added SPI_SELECT_MODE macro
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11013 35acf78f-673a-0410-8e92-d51de3d6d3f4
-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 */
|