mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-05 15:30:08 +08:00
[modules] baro_amsys: fix for DT to match BARO_READ_PERIODIC_PERIOD
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#include "std.h"
|
||||
#include "mcu_periph/i2c.h"
|
||||
|
||||
#define BARO_AMSYS_DT 0.05
|
||||
#define BARO_AMSYS_DT BARO_AMSYS_READ_PERIODIC_PERIOD
|
||||
|
||||
extern uint16_t baro_amsys_adc;
|
||||
// extern float baro_amsys_offset;
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
#include <inttypes.h>
|
||||
#include "std.h"
|
||||
#include "state.h"
|
||||
|
||||
#include "generated/modules.h"
|
||||
|
||||
#if USE_BAROMETER
|
||||
#ifdef BARO_MS5534A
|
||||
|
||||
Reference in New Issue
Block a user