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.cpp
- Revision:
- 77:8c792719a1fc
- Parent:
- 72:f71421d35d0b
- Child:
- 81:c68a47483525
diff -r fda2e34ff19d -r 8c792719a1fc src/d7a.cpp
--- a/src/d7a.cpp Tue Dec 20 09:30:14 2016 +0000
+++ b/src/d7a.cpp Wed Dec 21 10:47:29 2016 +0000
@@ -10,9 +10,9 @@
#include "d7a_alp.h"
-bool g_open = false;
-bool g_started = false;
-bool g_local_fs = false;
+static bool g_open = false;
+static bool g_started = false;
+static bool g_local_fs = false;
d7a_errors_t d7a_open(const d7a_com_config_t* com_config, PinName reset_pin, const d7a_callbacks_t* callbacks)
{
