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:
- 84:e5388f1b8ed9
- Parent:
- 83:f4054d0b29ba
--- a/src/d7a_fs.cpp Thu Jan 05 12:59:13 2017 +0000
+++ b/src/d7a_fs.cpp Fri Jan 06 15:33:26 2017 +0000
@@ -5,6 +5,7 @@
#include "d7a_common.h"
#include "d7a_fs.h"
#include "d7a.h"
+#include "d7a_typedefs.h"
#if 0
#define FS_DPRINT(...) DPRINT(__VA_ARGS__)
@@ -44,10 +45,11 @@
void* data;
} d7a_fs_com_t;
-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;
+
+static OS_Thread g_fs_thread(osPriorityHigh, 512, NULL);
+static OS_Queue<d7a_com_rx_msg_t, 8> g_fs_pkt_queue;
void d7a_fs_thread();
