mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-01 18:29:16 +01:00
AndroidGCS: Fix typo in telem debug messages
This commit is contained in:
parent
ee97390ade
commit
b9663ba666
@ -227,7 +227,7 @@ public class OPTelemetryService extends Service {
|
|||||||
public void onDestroy() {
|
public void onDestroy() {
|
||||||
|
|
||||||
if (telemTask != null) {
|
if (telemTask != null) {
|
||||||
Log.d(TAG, "onDestory() shutting down telemetry task");
|
Log.d(TAG, "onDestroy() shutting down telemetry task");
|
||||||
telemTask.disconnect();
|
telemTask.disconnect();
|
||||||
telemTask = null;
|
telemTask = null;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user