mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-30 11:37:06 +08:00
Fix OOCD_BOARD so I can connect to BETH board (olimex header board).
This commit is contained in:
+5
-1
@@ -58,9 +58,13 @@ else
|
|||||||
OOCD_INTERFACE = $($(TARGET).OOCD_INTERFACE)
|
OOCD_INTERFACE = $($(TARGET).OOCD_INTERFACE)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifndef $(TARGET).OOCD_BOARD
|
||||||
OOCD_BOARD = lisa-l
|
OOCD_BOARD = lisa-l
|
||||||
|
else
|
||||||
|
OOCD_BOARD = $($(TARGET).OOCD_BOARD)
|
||||||
|
endif
|
||||||
|
|
||||||
# inpput files
|
# input files
|
||||||
SRCS = $($(TARGET).srcs)
|
SRCS = $($(TARGET).srcs)
|
||||||
#ASRC =
|
#ASRC =
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user