summaryrefslogtreecommitdiff
path: root/components/dlink_bt/src/dlink_bt.app.src
diff options
context:
space:
mode:
Diffstat (limited to 'components/dlink_bt/src/dlink_bt.app.src')
-rw-r--r--components/dlink_bt/src/dlink_bt.app.src4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/dlink_bt/src/dlink_bt.app.src b/components/dlink_bt/src/dlink_bt.app.src
index 7b8e006..e63d1ac 100644
--- a/components/dlink_bt/src/dlink_bt.app.src
+++ b/components/dlink_bt/src/dlink_bt.app.src
@@ -3,7 +3,7 @@
%% Copyright (C) 2014, Jaguar Land Rover
%%
%% This program is licensed under the terms and conditions of the
-%% Mozilla Public License, version 2.0. The full text of the
+%% Mozilla Public License, version 2.0. The full text of the
%% Mozilla Public License is at https://www.mozilla.org/MPL/2.0/
%%
@@ -23,6 +23,6 @@
{mod, { dlink_bt_app, []}},
{start_phases, [{json_rpc, []}, {connection_manager, []}, {announce, []}]},
{env, [
- {rvi_core_await, [{n,l,dlink_dt}]}
+ {rvi_core_await, [{n,l,dlink_bt}]}
]}
]}.