summaryrefslogtreecommitdiff
path: root/ao-tools/ao-stmload/ao-stmload.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-04-27 00:26:11 -0700
committerKeith Packard <keithp@keithp.com>2013-05-07 21:30:26 -0700
commit1695f6af46ea647119d651fc09c97d604d08c736 (patch)
treedae9c78e46ed05332c51833df9a403a93bc7077c /ao-tools/ao-stmload/ao-stmload.h
parentf6d6df03826083a244715b88a30ad681f17b4510 (diff)
ao-tools/ao-stmload: Add --verbose flag
This dumps out the serial communication so you can see where things go wrong. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/ao-stmload/ao-stmload.h')
-rw-r--r--ao-tools/ao-stmload/ao-stmload.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ao-tools/ao-stmload/ao-stmload.h b/ao-tools/ao-stmload/ao-stmload.h
index 754c1c5b..98884535 100644
--- a/ao-tools/ao-stmload/ao-stmload.h
+++ b/ao-tools/ao-stmload/ao-stmload.h
@@ -44,4 +44,6 @@ ao_self_read(struct cc_usb *cc, uint32_t address, uint32_t length);
int
ao_self_write(struct cc_usb *cc, struct hex_image *image);
+extern int ao_self_verbose;
+
#endif /* _AO_STMLOAD_H_ */