aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-06-05 18:44:30 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-06-05 18:48:50 +0200
commitfc8d127a6fe3af352a9acbd5a5d6dedc96a00f8f (patch)
tree4dbcd6d93f708288e1756de068798e67ade43dbf /src/common
parentdf3661e1367780a9e5d68448529880f2c1b3482b (diff)
downloadglutte-o-matic-fc8d127a6fe3af352a9acbd5a5d6dedc96a00f8f.tar.gz
glutte-o-matic-fc8d127a6fe3af352a9acbd5a5d6dedc96a00f8f.tar.bz2
glutte-o-matic-fc8d127a6fe3af352a9acbd5a5d6dedc96a00f8f.zip
Fix includes, add headers, add CW usart print
Diffstat (limited to 'src/common')
-rw-r--r--src/common/src/Audio/cw.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/src/Audio/cw.c b/src/common/src/Audio/cw.c
index 3f3b97d..36f2d09 100644
--- a/src/common/src/Audio/cw.c
+++ b/src/common/src/Audio/cw.c
@@ -254,6 +254,9 @@ const char *psk31_varicode[] = { // {{{
}; //}}}
#endif
+// Function to display message in GUI
+void cw_message_sent(const char* str);
+
struct cw_message_s {
char message[MAX_MESSAGE_LEN];
size_t message_len;