summaryrefslogtreecommitdiffstats
path: root/plugins/echo.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/echo.c')
-rw-r--r--plugins/echo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/echo.c b/plugins/echo.c
index 3486ef1f..832bf8b0 100644
--- a/plugins/echo.c
+++ b/plugins/echo.c
@@ -163,4 +163,4 @@ static void echo_exit(void)
btd_unregister_adapter_driver(&echo_server);
}
-BLUETOOTH_PLUGIN_DEFINE("echo", echo_init, echo_exit)
+BLUETOOTH_PLUGIN_DEFINE("echo", VERSION, echo_init, echo_exit)