From d84003d62a08ddc722e0363bf4cfe381d3f44785 Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Thu, 4 Mar 2021 18:07:10 +0100 Subject: [PATCH] updated READMe --- doc/README-localpools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README-localpools.md b/doc/README-localpools.md index 223b9d2b..8b1fc45b 100644 --- a/doc/README-localpools.md +++ b/doc/README-localpools.md @@ -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: