small form stuff

This commit is contained in:
Robin Müller 2021-02-14 19:06:26 +01:00
parent 83f080abe9
commit aa5690687a

View File

@ -2,8 +2,7 @@
I2cCookie::I2cCookie(address_t i2cAddress_, size_t maxReplyLen_, I2cCookie::I2cCookie(address_t i2cAddress_, size_t maxReplyLen_,
std::string deviceFile_) : std::string deviceFile_) :
i2cAddress(i2cAddress_), maxReplyLen(maxReplyLen_), deviceFile( i2cAddress(i2cAddress_), maxReplyLen(maxReplyLen_), deviceFile(deviceFile_) {
deviceFile_) {
} }
address_t I2cCookie::getAddress() const { address_t I2cCookie::getAddress() const {