aboutsummaryrefslogtreecommitdiff
path: root/src/platforms/swlink/platform.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/platforms/swlink/platform.c')
-rw-r--r--src/platforms/swlink/platform.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/platforms/swlink/platform.c b/src/platforms/swlink/platform.c
index 7b7446a..853cbc9 100644
--- a/src/platforms/swlink/platform.c
+++ b/src/platforms/swlink/platform.c
@@ -124,14 +124,6 @@ void sys_tick_handler(void)
timeout_counter--;
}
-const char *morse_msg;
-
-void morse(const char *msg, char repeat)
-{
- (void)repeat;
- morse_msg = msg;
-}
-
const char *platform_target_voltage(void)
{
return "unknown";