Skip to content

Commit

Permalink
Merge pull request #6523 from loopur/baro_test
Browse files Browse the repository at this point in the history
Modify the compile error from variable definition
  • Loading branch information
mikeller committed Aug 6, 2018
2 parents d0a9a0f + d8e373f commit 1e8dc23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/drivers/barometer/barometer_qmp6988.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 1e8dc23

Please sign in to comment.