summaryrefslogtreecommitdiffstats
path: root/main/bte_main.c
diff options
context:
space:
mode:
authorSharvil Nanavati <sharvil@google.com>2014-06-29 18:10:15 -0700
committerSharvil Nanavati <sharvil@google.com>2014-07-01 22:42:23 -0700
commitb5382489d4092d6e8418297ce7bd5d0c82ad2eef (patch)
tree2853aa41b167c439da6efa11b9384744f2b8169d /main/bte_main.c
parentd42dba5420e5636dfcf71f883d73821ac923d549 (diff)
downloadandroid_system_bt-b5382489d4092d6e8418297ce7bd5d0c82ad2eef.tar.gz
android_system_bt-b5382489d4092d6e8418297ce7bd5d0c82ad2eef.tar.bz2
android_system_bt-b5382489d4092d6e8418297ce7bd5d0c82ad2eef.zip
Remove more unused code from GKI timers.
Change-Id: I4fc3a64312b49a3dd23d80454244f8eb6340d8e6
Diffstat (limited to 'main/bte_main.c')
-rwxr-xr-xmain/bte_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/bte_main.c b/main/bte_main.c
index 688deca85..2b604a811 100755
--- a/main/bte_main.c
+++ b/main/bte_main.c
@@ -204,7 +204,7 @@ void bte_main_enable()
bte_hci_enable();
- GKI_run(0);
+ GKI_run();
}
/******************************************************************************