diff options
author | Maximilien Cuony <maximilien@theglu.org> | 2016-06-06 18:49:25 +0200 |
---|---|---|
committer | Maximilien Cuony <maximilien@theglu.org> | 2016-06-06 18:49:25 +0200 |
commit | e2e1af13be32fe00f98135beb62617ea0bba7bc8 (patch) | |
tree | 5ff81acadb2f5b9d7fee2269d746253a1f6bad49 /src/glutt-o-logique/cw.c | |
parent | 2e4b80bc0fdae03f6e00b76000c16d12682e0479 (diff) | |
download | glutte-o-matic-e2e1af13be32fe00f98135beb62617ea0bba7bc8.tar.gz glutte-o-matic-e2e1af13be32fe00f98135beb62617ea0bba7bc8.tar.bz2 glutte-o-matic-e2e1af13be32fe00f98135beb62617ea0bba7bc8.zip |
Fix warnings, add more warnings flags, normalize makefiles
Diffstat (limited to 'src/glutt-o-logique/cw.c')
-rw-r--r-- | src/glutt-o-logique/cw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glutt-o-logique/cw.c b/src/glutt-o-logique/cw.c index c362f6a..417359f 100644 --- a/src/glutt-o-logique/cw.c +++ b/src/glutt-o-logique/cw.c @@ -23,6 +23,7 @@ */ #include "GPIO/usart.h" +#include "Audio/cw.h" // Function to display message in GUI, unused on STM32 firmware void cw_message_sent(const char* str) { |