summaryrefslogtreecommitdiff
path: root/components/dlink_sms/src/dlink_sms.app.src
diff options
context:
space:
mode:
Diffstat (limited to 'components/dlink_sms/src/dlink_sms.app.src')
-rw-r--r--components/dlink_sms/src/dlink_sms.app.src6
1 files changed, 4 insertions, 2 deletions
diff --git a/components/dlink_sms/src/dlink_sms.app.src b/components/dlink_sms/src/dlink_sms.app.src
index a394888..d0f86e4 100644
--- a/components/dlink_sms/src/dlink_sms.app.src
+++ b/components/dlink_sms/src/dlink_sms.app.src
@@ -1,8 +1,9 @@
+%% -*- erlang-indent-level: 4;indent-tabs-mode: nil -*-
%%
%% 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/
%%
@@ -16,7 +17,8 @@
{applications, [
kernel,
stdlib,
- rvi_common
+ rvi_common,
+ dlink
]},
{mod, { dlink_sms_app, []}},
{start_phases, [{json_rpc, []}, {connection_manager, []}, {announce, []}]},