1
0
forked from fsfw/fsfw

Merge remote-tracking branch 'upstream/master' into mueller_DeviceHandlerBase_AllRefactoring

This commit is contained in:
2020-06-19 00:45:02 +02:00
24 changed files with 617 additions and 467 deletions

View File

@ -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;