updated READMe

This commit is contained in:
Robin Müller 2021-03-04 18:07:10 +01:00
parent a7878aaf04
commit d84003d62a
1 changed files with 1 additions and 1 deletions

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: