aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports
diff options
context:
space:
mode:
authoredolomb <none@example.com>2017-08-28 13:19:50 +0000
committeredolomb <none@example.com>2017-08-28 13:19:50 +0000
commitd3034301c3b3880db2dfc4c33bd8da98fb5d0138 (patch)
treeaaedb6df7972dd8467ac6244c67d02428d9f9ff1 /os/hal/ports
parent57d18acd2f426a0affe7ed2be0e86ae926226bff (diff)
downloadChibiOS-d3034301c3b3880db2dfc4c33bd8da98fb5d0138.tar.gz
ChibiOS-d3034301c3b3880db2dfc4c33bd8da98fb5d0138.tar.bz2
ChibiOS-d3034301c3b3880db2dfc4c33bd8da98fb5d0138.zip
Included SPIv1 Driver
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10498 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports')
-rw-r--r--os/hal/ports/SAMA/SAMA5D2x/platform.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/SAMA/SAMA5D2x/platform.mk b/os/hal/ports/SAMA/SAMA5D2x/platform.mk
index 3b72e6bca..e188cb122 100644
--- a/os/hal/ports/SAMA/SAMA5D2x/platform.mk
+++ b/os/hal/ports/SAMA/SAMA5D2x/platform.mk
@@ -11,4 +11,4 @@ PLATFORMINC := $(CHIBIOS)/os/hal/ports/SAMA/SAMA5D2x
# Drivers compatible with the platform.
include $(CHIBIOS)/os/hal/ports/SAMA/LLD/DMAv1/driver.mk
-#include $(CHIBIOS)/os/hal/ports/SAMA/LLD/SPIv1/driver.mk
+include $(CHIBIOS)/os/hal/ports/SAMA/LLD/SPIv1/driver.mk