Skip to content

Commit

Permalink
Removing bool return
Browse files Browse the repository at this point in the history
Fixes #117
  • Loading branch information
finitespace committed Feb 24, 2021
1 parent 58dea3e commit 0e9e15c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BME280.h
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ class BME280
///////////////////////////////////////////////////////////////
/// Force a unfiltered measurement to populate the filter
/// buffer.
bool InitializeFilter();
void InitializeFilter();


/*****************************************************************/
Expand Down Expand Up @@ -296,7 +296,7 @@ class BME280

/////////////////////////////////////////////////////////////////
/// Write the settings to the chip.
bool WriteSettings();
void WriteSettings();


/////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 0e9e15c

Please sign in to comment.