Update package 2 #22

Closed
muellerr wants to merge 78 commits from mueller/update-package-2 into development
Showing only changes of commit d84003d62a - Show all commits

View File

@ -142,7 +142,7 @@ ReturnValue_t GyroHandler::initializeLocalDataPool(localpool::DataPool &localDat
}
```
Now, we have received some sensor data and converted them into the right format,
Now, if we receive some sensor data and converted them into the right format,
we can write it into the pool like this, using a guard class to ensure the set is commited back
in any case: