Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of d7a_1x by
Diff: src/d7a_fs.cpp
- Revision:
- 78:f1c0affd99e7
- Parent:
- 77:8c792719a1fc
- Child:
- 79:82b01c1a62f6
--- a/src/d7a_fs.cpp Wed Dec 21 10:47:29 2016 +0000
+++ b/src/d7a_fs.cpp Wed Dec 21 14:11:09 2016 +0000
@@ -35,7 +35,7 @@
void* data;
} d7a_fs_com_t;
-static Thread g_fs_thread(osPriorityHigh, DEFAULT_STACK_SIZE, NULL);
+static Thread g_fs_thread(osPriorityHigh, 512, NULL);
static WriteFileFunction g_fs_write_file;
static ReadFileFunction g_fs_read_file;
static Queue<d7a_com_rx_msg_t, 8> g_fs_pkt_queue;
