Skip to content

Commit 2d0adfe

Browse files
posix: Change LINK_KEY_PATH from /tmp to /mnt/sd0
Signed-off-by: Masayuki Ishikawa <[email protected]>
1 parent 5658945 commit 2d0adfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/posix/btstack_link_key_db_fs.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
#ifdef _WIN32
5555
#define LINK_KEY_PATH ""
5656
#else
57-
#define LINK_KEY_PATH "/tmp/"
57+
#define LINK_KEY_PATH "/mnt/sd0/"
5858
#endif
5959
#endif
6060

0 commit comments

Comments
 (0)