diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-10-12 17:18:42 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-10-12 17:18:42 +0000 |
commit | fe6b91461706cfed79df61af53502f37cd1c5c09 (patch) | |
tree | 6c39e157dec4b724e8cb93c86db30669d28cea7c /os | |
parent | 6dde2094a0c5334e69970d4ea3c7326139b441cb (diff) | |
download | ChibiOS-fe6b91461706cfed79df61af53502f37cd1c5c09.tar.gz ChibiOS-fe6b91461706cfed79df61af53502f37cd1c5c09.tar.bz2 ChibiOS-fe6b91461706cfed79df61af53502f37cd1c5c09.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7390 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r-- | os/hal/ports/LPC/LPC214x/platform.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/ports/LPC/LPC214x/platform.mk b/os/hal/ports/LPC/LPC214x/platform.mk index bd6b2761e..791e433cb 100644 --- a/os/hal/ports/LPC/LPC214x/platform.mk +++ b/os/hal/ports/LPC/LPC214x/platform.mk @@ -3,6 +3,7 @@ PLATFORMSRC = ${CHIBIOS}/os/hal/ports/LPC/LPC214x/hal_lld.c \ ${CHIBIOS}/os/hal/ports/LPC/LPC214x/pal_lld.c \
${CHIBIOS}/os/hal/ports/LPC/LPC214x/serial_lld.c \
${CHIBIOS}/os/hal/ports/LPC/LPC214x/spi_lld.c \
+ ${CHIBIOS}/os/hal/ports/LPC/LPC214x/st_lld.c \
${CHIBIOS}/os/hal/ports/LPC/LPC214x/vic.c
# Required include directories
|