mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
Fixed invalid value for MS5611 oversample configuration
This commit is contained in:
parent
f5ad9ae3f0
commit
cfbdaddc94
@ -131,7 +131,7 @@ static const struct pios_hmc5883_cfg pios_hmc5883_cfg = {
|
|||||||
#if defined(PIOS_INCLUDE_MS5611)
|
#if defined(PIOS_INCLUDE_MS5611)
|
||||||
#include "pios_ms5611.h"
|
#include "pios_ms5611.h"
|
||||||
static const struct pios_ms5611_cfg pios_ms5611_cfg = {
|
static const struct pios_ms5611_cfg pios_ms5611_cfg = {
|
||||||
.oversampling = 1,
|
.oversampling = MS5611_OSR_512,
|
||||||
};
|
};
|
||||||
#endif /* PIOS_INCLUDE_MS5611 */
|
#endif /* PIOS_INCLUDE_MS5611 */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user