1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00

Modify the compile error from variable definition

This commit is contained in:
loopur 2018-08-06 16:22:36 +08:00
parent d0a9a0fd93
commit d8e373f823

View file

@ -139,8 +139,8 @@ bool qmp6988Detect(baroDev_t *baro)
int Coe_b12_;
int Coe_b21_;
int Coe_bp3_;
u16 lb=0,hb=0;
u32 lw=0,hw=0,temp1,temp2;
uint16_t lb=0,hb=0;
uint32_t lw=0,hw=0,temp1,temp2;
delay(20);