Converted fake
This commit is contained in:
parent
36dd4c824b
commit
6b2cf04baf
|
@ -22,6 +22,8 @@
|
|||
|
||||
#ifdef USE_FAKE_BARO
|
||||
|
||||
#include "common/utils.h"
|
||||
|
||||
#include "barometer.h"
|
||||
#include "barometer_fake.h"
|
||||
|
||||
|
@ -30,8 +32,9 @@ static int32_t fakePressure;
|
|||
static int32_t fakeTemperature;
|
||||
|
||||
|
||||
static void fakeBaroStartGet(void)
|
||||
static void fakeBaroStartGet(baroDev_t *baro)
|
||||
{
|
||||
UNUSED(baro);
|
||||
}
|
||||
|
||||
static void fakeBaroCalculate(int32_t *pressure, int32_t *temperature)
|
||||
|
|
Loading…
Reference in New Issue