We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb2dee commit 418c47cCopy full SHA for 418c47c
examples/tests/kv/kv_system/main.c
@@ -8,7 +8,7 @@
8
#define DATA_LEN 32
9
10
uint8_t key_buf[KEY_LEN] = "First Key";
11
-uint8_t data_buf[DATA_LEN] = "My secret key, that no one knows";
+uint8_t data_buf[DATA_LEN] = "My secret key that no one knows";
12
uint8_t out_buf[DATA_LEN] = "Just junk";
13
14
static void kv_cb(int result,
0 commit comments