Skip to content

Commit dbe4a19

Browse files
Update Adafruit_Feather_Sense/feather_sense_sensor_demo/feather_sense_sensor_demo.ino
Co-authored-by: Dan Halbert <halbert@adafruit.com>
1 parent c28596f commit dbe4a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adafruit_Feather_Sense/feather_sense_sensor_demo/feather_sense_sensor_demo.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ void setup(void) {
6868
}
6969
}
7070
// and we need to instantiate the LSM6DS3TRC
71-
if (new_rev == true) {
71+
if (new_rev) {
7272
lsm6ds3trc.begin_I2C();
7373
}
7474
sht30.begin();

0 commit comments

Comments
 (0)