Skip to content

Commit 5961cab

Browse files
author
Offir Kochalsky
committed
typos at README
1 parent c8eb726 commit 5961cab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Mbed-OS provides several KVStore implementation options, that can be optimized t
77
the specific application requirements and target hardware:
88
- TDBStore - Default implementation of the KVStore API. It provides static wear-leveling and quick access for when you have a small number of KV pairs.
99
- FileSystemStore - Class that provides a key-value store API on top of a POSIX-like file system API.
10-
- SecureStore - Class that provides encryption, authentication and rollback protection on top of the KVStore API. It requires two KVStore implementations, one that provides the storage for the KV pairs and one that provides storage for the CMACs that protect KV pairs stored in the KVStore.
10+
- SecureStore - Class that provides encryption, authentication and rollback protection on top of the KVStore API. It requires two KVStore implementations, one that provides the storage for the KV pairs and one providing storage for the CMACs that protect KV pairs stored in the KVStore.
1111

1212
KVStore Global APIs use Mbed-OS [KVStore configuration](#kvstore-configuration) json file to define the selected KVStore implementation option of the above.
1313

@@ -100,7 +100,7 @@ Image: ./BUILD/K82F/GCC_ARM/kvstore.bin
100100
1. Open the UART of the board in your favorite UART viewing program. For
101101
example, `screen /dev/ttyACM0`.
102102

103-
**Note:** The default serial port baud rate is 9600 bit/s.
103+
**Note:** The default serial port baud rate is 115200 bit/s.
104104

105105
Expected output:
106106

0 commit comments

Comments
 (0)