mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-08 10:50:19 +08:00
Gyro sim: Fix merge fail
This commit is contained in:
@@ -1161,11 +1161,7 @@ GYROSIM::print_registers()
|
||||
|
||||
GYROSIM_gyro::GYROSIM_gyro(GYROSIM *parent, const char *path) :
|
||||
// Set sample interval to 0 since device is read by parent
|
||||
<<<<<<< HEAD
|
||||
VirtDevObj("GYROSIM_gyro", path, 0),
|
||||
=======
|
||||
VirtDevObj("GYROSIM_gyro", path, nullptr, 0),
|
||||
>>>>>>> 40c079efa8f7d8cc402890384cb9ce4e01f6a1c7
|
||||
_parent(parent),
|
||||
_gyro_topic(nullptr),
|
||||
_gyro_orb_class_instance(-1)
|
||||
|
||||
Reference in New Issue
Block a user