mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-08 02:17:07 +08:00
astyle src/drivers/bmi160
This commit is contained in:
committed by
Lorenz Meier
parent
fc4831d625
commit
1261f985d8
@@ -82,7 +82,7 @@ start(bool external_bus, enum Rotation rotation)
|
||||
fail:
|
||||
|
||||
if (*g_dev_ptr != nullptr) {
|
||||
delete(*g_dev_ptr);
|
||||
delete (*g_dev_ptr);
|
||||
*g_dev_ptr = nullptr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user