Merge remote-tracking branch 'upstream/master' into mueller_DeviceHandlerBase_AllRefactoring
This commit is contained in:
@ -653,7 +653,7 @@ void DeviceHandlerBase::doGetRead() {
|
||||
|
||||
ReturnValue_t DeviceHandlerBase::getStorageData(store_address_t storageAddress,
|
||||
uint8_t * *data, uint32_t * len) {
|
||||
uint32_t lenTmp;
|
||||
size_t lenTmp;
|
||||
|
||||
if (IPCStore == nullptr) {
|
||||
*data = nullptr;
|
||||
|
Reference in New Issue
Block a user