mirror of https://github.com/EspoTek/Labrador.git
Fixed build problems.
This commit is contained in:
parent
655258e98d
commit
b112f5b691
|
@ -146,3 +146,8 @@ void i2cDecoder::stopCondition()
|
|||
break;
|
||||
}
|
||||
}
|
||||
|
||||
void i2cDecoder::dataByteCompleted(uint8_t byte, bool ACKed)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue