Browse Source

Ran Astyle

sbg
David Sidrane 9 years ago committed by Lorenz Meier
parent
commit
cb5e384105
  1. 2
      src/modules/systemlib/circuit_breaker.cpp

2
src/modules/systemlib/circuit_breaker.cpp

@ -49,9 +49,11 @@ @@ -49,9 +49,11 @@
bool circuit_breaker_enabled(const char *breaker, int32_t magic)
{
int32_t val = -1;
if (PX4_PARAM_GET_BYNAME(breaker, &val) == 0 && val == magic) {
return true;
}
return false;
}

Loading…
Cancel
Save