Browse Source

unadvertising gps_pub

sbg
Sebastian Verling 9 years ago committed by Lorenz Meier
parent
commit
34150ba688
  1. 1
      src/drivers/gps/gps.cpp

1
src/drivers/gps/gps.cpp

@ -278,6 +278,7 @@ GPS::~GPS()
} }
g_dev = nullptr; g_dev = nullptr;
orb_unadvertise(_report_gps_pos_pub);
} }

Loading…
Cancel
Save