Browse Source

Baro sim: Code style fix

sbg
Lorenz Meier 9 years ago
parent
commit
6a80d8b3dc
  1. 3
      src/platforms/posix/drivers/barosim/baro.cpp

3
src/platforms/posix/drivers/barosim/baro.cpp

@ -685,7 +685,8 @@ BAROSIM::print_info() @@ -685,7 +685,8 @@ BAROSIM::print_info()
PX4_INFO("MSL pressure: %10.4f", (double)(_msl_pressure / 100.f));
}
namespace barosim {
namespace barosim
{
/**
* BAROSIM crc4 cribbed from the datasheet

Loading…
Cancel
Save