]> git.sur5r.net Git - openocd/blobdiff - src/jtag/drivers/dummy.c
arm-jtag-ew: -Wshadow fix
[openocd] / src / jtag / drivers / dummy.c
index 7370c81dc5e6a62021c107ba0dd079fc2c0df17d..7cb0e33c5e1406cdf7bcf8254107a915e7a0fc2f 100644 (file)
@@ -23,7 +23,7 @@
 
 #include <jtag/interface.h>
 #include "bitbang.h"
-#include "../hello.h"
+#include "hello.h"
 
 
 /* my private tap controller state, which tracks state for calling code */
@@ -164,6 +164,7 @@ static const struct command_registration dummy_command_handlers[] = {
 struct jtag_interface dummy_interface = {
                .name = "dummy",
 
+               .supported = DEBUG_CAP_TMS_SEQ,
                .commands = dummy_command_handlers,
 
                .execute_queue = &bitbang_execute_queue,