summaryrefslogtreecommitdiff
path: root/apps/plugins/alpine_cdc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/alpine_cdc.c')
-rw-r--r--apps/plugins/alpine_cdc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/alpine_cdc.c b/apps/plugins/alpine_cdc.c
index bf8bfeaae1..653c968ffa 100644
--- a/apps/plugins/alpine_cdc.c
+++ b/apps/plugins/alpine_cdc.c
@@ -1112,7 +1112,7 @@ void thread(void)
1112} 1112}
1113 1113
1114/* callback to end the TSR plugin, called before a new one gets loaded */ 1114/* callback to end the TSR plugin, called before a new one gets loaded */
1115bool exit_tsr(bool reenter) 1115static bool exit_tsr(bool reenter)
1116{ 1116{
1117 if (reenter) 1117 if (reenter)
1118 return false; /* dont let it start again */ 1118 return false; /* dont let it start again */