Skip to content
Snippets Groups Projects
Commit f279e543 authored by Martin Schmölzer's avatar Martin Schmölzer Committed by Øyvind Harboe
Browse files

Include ULINK driver in src/jtag/interfaces.c

parent 3c3f3c42
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,9 @@ extern struct jtag_interface vsllink_interface;
#if BUILD_RLINK == 1
extern struct jtag_interface rlink_interface;
#endif
#if BUILD_ULINK == 1
extern struct jtag_interface ulink_interface;
#endif
#if BUILD_ARMJTAGEW == 1
extern struct jtag_interface armjtagew_interface;
#endif
......@@ -151,6 +154,9 @@ struct jtag_interface *jtag_interfaces[] = {
#if BUILD_RLINK == 1
&rlink_interface,
#endif
#if BUILD_ULINK == 1
&ulink_interface,
#endif
#if BUILD_ARMJTAGEW == 1
&armjtagew_interface,
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment