Skip to content

Commit ccf9892

Browse files
committed
Make jlink the default interface for efm32lg
1 parent 851923d commit ccf9892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/efm32/lg/Makefile.include

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ARCH_FLAGS = -mthumb -mcpu=cortex-m3 $(FP_FLAGS)
2828
# OpenOCD specific variables
2929

3030
OOCD ?= openocd
31-
OOCD_INTERFACE ?= flossjtag
31+
OOCD_INTERFACE ?= jlink
3232
OOCD_BOARD ?= efm32
3333

3434
################################################################################

0 commit comments

Comments
 (0)