mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
Merge pull request #6523 from loopur/baro_test
Modify the compile error from variable definition
This commit is contained in:
commit
1e8dc23efe
1 changed files with 2 additions and 2 deletions
|
@ -139,8 +139,8 @@ bool qmp6988Detect(baroDev_t *baro)
|
||||||
int Coe_b12_;
|
int Coe_b12_;
|
||||||
int Coe_b21_;
|
int Coe_b21_;
|
||||||
int Coe_bp3_;
|
int Coe_bp3_;
|
||||||
u16 lb=0,hb=0;
|
uint16_t lb=0,hb=0;
|
||||||
u32 lw=0,hw=0,temp1,temp2;
|
uint32_t lw=0,hw=0,temp1,temp2;
|
||||||
|
|
||||||
delay(20);
|
delay(20);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue