mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-16 18:57:35 +08:00
ms5611: removed unused variable
This commit is contained in:
committed by
Lorenz Meier
parent
7e30941475
commit
bc6ddb971f
@@ -134,7 +134,6 @@ int
|
||||
MS5611_SPI::init()
|
||||
{
|
||||
int ret;
|
||||
irqstate_t flags;
|
||||
|
||||
ret = SPI::init();
|
||||
if (ret != OK) {
|
||||
|
||||
Reference in New Issue
Block a user