Cleanup datatypes.
This commit is contained in:
@@ -54,7 +54,7 @@ BCDataItem::BCDataItem(const BCDataType& valueType_, BCDevice::ID deviceID_, BC:
|
||||
|
||||
void BCDataItem::readRawValue( const BCAbstractTransmitter& transmitter ) const
|
||||
{
|
||||
bcdata_t rawValue = transmitter.readRawValue( deviceID, registerID );
|
||||
uint32_t rawValue = transmitter.readRawValue( deviceID, registerID );
|
||||
}
|
||||
|
||||
void BCDataItem::writeRawValue( const BCAbstractTransmitter& transmitter ) const
|
||||
|
||||
Reference in New Issue
Block a user