git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6864 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
b8b6d80042
commit
80a3847bf6
|
@ -1,5 +1,5 @@
|
|||
# List of all the board related files.
|
||||
BOARDSRC = boards/ST_STM32F401_DISCOVERY/board.c
|
||||
BOARDSRC = ${CHIBIOS}/boards/ST_STM32F401_DISCOVERY/board.c
|
||||
|
||||
# Required include directories
|
||||
BOARDINC = boards/ST_STM32F401_DISCOVERY
|
||||
BOARDINC = ${CHIBIOS}/boards/ST_STM32F401_DISCOVERY
|
||||
|
|
Loading…
Reference in New Issue