Skip to content

Commit

Permalink
Unify indent
Browse files Browse the repository at this point in the history
  • Loading branch information
asukiaaa committed Dec 8, 2020
1 parent a132272 commit aa5730f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MPU9250_asukiaaa.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ void MPU9250_asukiaaa::setWire(TwoWire* wire) {
}

uint8_t MPU9250_asukiaaa::readId(uint8_t *id) {
beginWireIfNull();
beginWireIfNull();
return i2cRead(address, MPU9250_ADDR_WHOAMI, 1, id);
}

Expand Down

0 comments on commit aa5730f

Please sign in to comment.