Commit 35acf7f4 authored by murata's avatar murata

GPS: Change NULL or 0 to nullptr

parent 91a97b28
...@@ -84,8 +84,8 @@ void GPSManager::disconnectGPS(void) ...@@ -84,8 +84,8 @@ void GPSManager::disconnectGPS(void)
if (_rtcmMavlink) { if (_rtcmMavlink) {
delete(_rtcmMavlink); delete(_rtcmMavlink);
} }
_gpsProvider = NULL; _gpsProvider = nullptr;
_rtcmMavlink = NULL; _rtcmMavlink = nullptr;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment