Remove PAL, add ST

This commit is contained in:
Fabio Utzig 2015-05-12 22:05:23 -03:00
parent 07f508a514
commit 9b1feee2e7
1 changed files with 1 additions and 1 deletions

View File

@ -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 \