aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/ATSAMA5D2/SPI/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/ATSAMA5D2/SPI/main.c')
-rw-r--r--testhal/ATSAMA5D2/SPI/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/ATSAMA5D2/SPI/main.c b/testhal/ATSAMA5D2/SPI/main.c
index 5807109fb..33e590bc4 100644
--- a/testhal/ATSAMA5D2/SPI/main.c
+++ b/testhal/ATSAMA5D2/SPI/main.c
@@ -57,7 +57,7 @@ static void rxend(SPIDriver *spip) {
static const SPIConfig mst_spicfg = {
rxend, /* callback if present */
0, /* cs pad number */
- SPI_MR_MODFDIS | SPI_MR_MSTR | SPI_MR_LLB, /* mr register */
+ SPI_MR_MODFDIS | SPI_MR_LLB, /* mr register */
SPI_CSR_SCBR(1) /* csr */
};