aboutsummaryrefslogtreecommitdiff
path: root/src/adiv5_jtagdp.c
diff options
context:
space:
mode:
authorGareth McMullin2015-02-28 22:05:10 -0800
committerGareth McMullin2015-02-28 22:05:10 -0800
commit75001a442126e3b42f6f95f1917a7cb33b92d063 (patch)
tree7f18e7d0623ef54afa3a94712d04abfe25e242db /src/adiv5_jtagdp.c
parent5d136398e121168c41e1c3488454e02f11afd67b (diff)
Factor Morse code functions out of platform code.
Diffstat (limited to 'src/adiv5_jtagdp.c')
-rw-r--r--src/adiv5_jtagdp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/adiv5_jtagdp.c b/src/adiv5_jtagdp.c
index 4306101..fd77a04 100644
--- a/src/adiv5_jtagdp.c
+++ b/src/adiv5_jtagdp.c
@@ -27,6 +27,7 @@
#include "adiv5.h"
#include "jtag_scan.h"
#include "jtagtap.h"
+#include "morse.h"
#include <stdlib.h>