Skip to content

Commit

Permalink
return true on success!
Browse files Browse the repository at this point in the history
  • Loading branch information
egnor committed Jul 19, 2024
1 parent f90080d commit 5049dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adafruit_LSM6DS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ bool Adafruit_LSM6DS::_init(int32_t sensor_id) {
accel_sensor = new Adafruit_LSM6DS_Accelerometer(this);
gyro_sensor = new Adafruit_LSM6DS_Gyro(this);

return false;
return true;
};

/*!
Expand Down

0 comments on commit 5049dab

Please sign in to comment.