Fixed bug 2933735.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1523 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
9b2dc50d63
commit
361aebfc95
|
@ -0,0 +1,7 @@
|
|||
# List of all the MSP430 platform files.
|
||||
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/MSP430/hal_lld.c \
|
||||
${CHIBIOS}/os/hal/platforms/MSP430/pal_lld.c \
|
||||
${CHIBIOS}/os/hal/platforms/MSP430/serial_lld.c
|
||||
|
||||
# Required include directories
|
||||
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/MSP430
|
Loading…
Reference in New Issue