Skip to content

Commit

Permalink
fix(src/Bme280.cc): include header with assert macro
Browse files Browse the repository at this point in the history
  • Loading branch information
malokhvii-eduard committed Jan 11, 2022
1 parent 920775e commit 6bf4a16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Bme280.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <Bme280.h>
#include <assert.h>

#ifndef ARDUINO_BME280_UNIT_TEST
/* Arduino */
Expand Down

0 comments on commit 6bf4a16

Please sign in to comment.