1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

Small typo in telemetry merge.

This commit is contained in:
James Cotton 2012-08-10 10:20:45 -05:00
parent 82637ff8ab
commit 1bc8553658

View File

@ -149,8 +149,6 @@ public class OPTelemetryService extends Service {
}
activeTelem = null;
}
Intent intent = new Intent();
Intent intent = new Intent();
intent.setAction(INTENT_ACTION_DISCONNECTED);
sendBroadcast(intent,null);