X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fjtag%2Fdummy.c;h=0565edafb098953d8f84d75d10d7c2b0e705bfee;hb=0cba0d4df3fe120f08945703506f8405760325c9;hp=90c60db8d7cd9b187cd4caf3158bbdb1e8562364;hpb=846a2589a4161dc1e8e3730c9510a54381c26a5e;p=fw%2Fopenocd diff --git a/src/jtag/dummy.c b/src/jtag/dummy.c index 90c60db8d..0565edafb 100644 --- a/src/jtag/dummy.c +++ b/src/jtag/dummy.c @@ -26,7 +26,6 @@ #include "jtag.h" #include "bitbang.h" - int dummy_speed(int speed); int dummy_register_commands(struct command_context_s *cmd_ctx); int dummy_init(void); @@ -65,7 +64,6 @@ int dummy_read(void) return 1; } - void dummy_write(int tck, int tms, int tdi) { } @@ -73,7 +71,6 @@ void dummy_write(int tck, int tms, int tdi) void dummy_reset(int trst, int srst) { } - int dummy_speed(int speed) { @@ -85,7 +82,6 @@ int dummy_register_commands(struct command_context_s *cmd_ctx) return ERROR_OK; } - int dummy_init(void) { bitbang_interface = &dummy_bitbang; @@ -98,8 +94,6 @@ int dummy_quit(void) return ERROR_OK; } - void dummy_led(int on) { } -