Baro sim: Code style fix

This commit is contained in:
Lorenz Meier
2015-11-25 11:16:00 +01:00
parent 58aa8107de
commit 6a80d8b3dc

View File

@@ -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