Skip to content

Commit

Permalink
Fix issues reported by Codacy.
Browse files Browse the repository at this point in the history
  • Loading branch information
slav-at-attachix committed Jul 12, 2019
1 parent dd20f71 commit 05f8b7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sming/Libraries/BME280/BME280.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ class BME280
int16_t BME280_REGISTER_DIG_H5;
int8_t BME280_REGISTER_DIG_H6;

uint8_t buffer[64];
int32_t t_fine;
uint8_t buffer[64] = {0};
int32_t t_fine = 0;
};
#endif

0 comments on commit 05f8b7a

Please sign in to comment.