Included USARTv1 Driver
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10555 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
82406362c1
commit
69ff0f787d
|
@ -12,3 +12,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/USARTv1/driver.mk
|
||||
|
|
Loading…
Reference in New Issue