aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal
diff options
context:
space:
mode:
authorFabio Utzig <utzig@utzig.org>2015-05-12 22:05:23 -0300
committerFabio Utzig <utzig@utzig.org>2015-05-12 22:05:23 -0300
commit9b1feee2e7523a7a99e3881e76360ee2dcfb8a42 (patch)
tree0d59e1f7522e948cd7ecc0160106c37cbeadd146 /os/hal
parent07f508a514e913a67e277292103e9a311d3dcd5e (diff)
downloadChibiOS-Contrib-9b1feee2e7523a7a99e3881e76360ee2dcfb8a42.tar.gz
ChibiOS-Contrib-9b1feee2e7523a7a99e3881e76360ee2dcfb8a42.tar.bz2
ChibiOS-Contrib-9b1feee2e7523a7a99e3881e76360ee2dcfb8a42.zip
Remove PAL, add ST
Diffstat (limited to 'os/hal')
-rw-r--r--os/hal/ports/NRF51/NRF51822/platform.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/NRF51/NRF51822/platform.mk b/os/hal/ports/NRF51/NRF51822/platform.mk
index 5e8588d..4ed0722 100644
--- a/os/hal/ports/NRF51/NRF51822/platform.mk
+++ b/os/hal/ports/NRF51/NRF51822/platform.mk
@@ -1,7 +1,7 @@
# List of all the NRF51x platform files.
PLATFORMSRC = ${CHIBIOS}/os/hal/ports/common/ARMCMx/nvic.c \
${CHIBIOS}/community/os/hal/ports/NRF51/NRF51822/hal_lld.c \
- ${CHIBIOS}/community/os/hal/ports/NRF51/NRF51822/pal_lld.c
+ ${CHIBIOS}/community/os/hal/ports/NRF51/NRF51822/st_lld.c
# Required include directories
PLATFORMINC = ${CHIBIOS}/os/hal/ports/common/ARMCMx \