gps driver: fix 'gps stop' error

This commit is contained in:
Beat Küng 2016-04-07 09:32:16 +02:00 committed by tumbili
parent 0c966dc923
commit 8c64e2b801

View File

@ -588,8 +588,6 @@ stop()
{
delete g_dev;
g_dev = nullptr;
px4_task_exit(0);
}
/**