Fixed missing return value.

This commit is contained in:
André 2018-04-27 14:48:41 +01:00 committed by GitHub
parent 46760bee74
commit e1ae43c826
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ uint8 WireBase::endTransmission(bool stop) {
}
uint8 WireBase::endTransmission(){
endTransmission(true);
return endTransmission(true);
}
//TODO: Add the ability to queue messages (adding a boolean to end of function