forked from Archive/PX4-Autopilot
Airspeed: Fixed code style
This commit is contained in:
parent
fe216b5c5f
commit
e2e83cd578
|
@ -133,6 +133,7 @@ Airspeed::init()
|
|||
|
||||
/* allocate basic report buffers */
|
||||
_reports = new ringbuffer::RingBuffer(2, sizeof(differential_pressure_s));
|
||||
|
||||
if (_reports == nullptr) {
|
||||
goto out;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue