Skip to content

Commit

Permalink
Commented code removal
Browse files Browse the repository at this point in the history
  • Loading branch information
lfhohmann committed May 2, 2021
1 parent 334c24b commit 9829b66
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/MMA8653.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -603,11 +603,4 @@ void MMA8653::_checkStandby()
_was_active = false;
exitStandby();
}
}

/*
uint8_t MMA8653::readREG(uint8_t reg_offset)
{
return readRegister(MMA8653_I2C_ADDRESS, reg_offset);
}
*/
}

0 comments on commit 9829b66

Please sign in to comment.