Skip to content
Snippets Groups Projects
Commit 458feb0a authored by Beat Küng's avatar Beat Küng Committed by tumbili
Browse files

fix gpssim: properly handle the case where gpssim is not running

parent 77cda58d
No related branches found
No related tags found
No related merge requests found
......@@ -529,6 +529,7 @@ info()
{
if (g_dev == nullptr) {
PX4_ERR("gpssim not running");
return;
}
g_dev->print_info();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment