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