mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-29 16:20:35 +08:00
drivers remove device _debug_enabled
This commit is contained in:
@@ -241,7 +241,6 @@ MK::MK(int bus, const char *_device_path) :
|
||||
strncpy(_device, _device_path, sizeof(_device));
|
||||
/* enforce null termination */
|
||||
_device[sizeof(_device) - 1] = '\0';
|
||||
_debug_enabled = true;
|
||||
}
|
||||
|
||||
MK::~MK()
|
||||
|
||||
Reference in New Issue
Block a user