aboutsummaryrefslogtreecommitdiff
path: root/src/command.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/command.c
parent5d136398e121168c41e1c3488454e02f11afd67b (diff)
Factor Morse code functions out of platform code.
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command.c b/src/command.c
index c13fa9f..7c17864 100644
--- a/src/command.c
+++ b/src/command.c
@@ -32,6 +32,7 @@
#include "jtag_scan.h"
#include "target.h"
+#include "morse.h"
#include "adiv5.h"