Fix compilation warnings

This commit is contained in:
Geoffrey Merck
2020-05-13 11:52:59 +02:00
parent 51e5e7b851
commit df23e15c91
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -695,6 +695,7 @@ uint8_t CFM::getSpace() const
uint8_t CFM::writeData(const uint8_t* data, uint8_t length)
{
m_inputExtRB.addData(data, length);
return 0U;//maybe return an error if overflowing ?
}
void CFM::insertDelay(uint16_t ms)