This commit is contained in:
lancos 2019-08-12 15:49:05 +02:00
parent 8fdc6f2b99
commit 8b4063bbf0

View File

@ -360,7 +360,7 @@ class BusInterface
{
i2c_mode = mode;
}
int GetI2CMode() const
bool GetI2CMode() const
{
return i2c_mode;
}