summaryrefslogtreecommitdiff
path: root/src/interface/bitbang.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface/bitbang.h')
-rw-r--r--src/interface/bitbang.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface/bitbang.h b/src/interface/bitbang.h
index 8d15d49c..fa7d6d60 100644
--- a/src/interface/bitbang.h
+++ b/src/interface/bitbang.h
@@ -22,6 +22,7 @@
/** @file Simple framework to work with interface signals.
*/
+#define OOCD_BITBANG_PARAM_CMD_MAX_LEN 45
int bitbang_register_commands(struct command_context *ctx);
#endif