Fixed build problems.

This commit is contained in:
EspoTek 2018-08-12 16:21:05 +10:00
parent 655258e98d
commit b112f5b691
1 changed files with 5 additions and 0 deletions

View File

@ -146,3 +146,8 @@ void i2cDecoder::stopCondition()
break;
}
}
void i2cDecoder::dataByteCompleted(uint8_t byte, bool ACKed)
{
}