summaryrefslogtreecommitdiff
path: root/FileName.h
diff options
context:
space:
mode:
authorMike Fiore <mfiore@multitech.com>2015-12-02 16:50:07 -0600
committerMike Fiore <mfiore@multitech.com>2015-12-02 16:50:07 -0600
commit29960cf233c3ccf8c938764052feddfdac113d1d (patch)
tree72be89d6e03774f941826aee30beed9e559ee854 /FileName.h
parent85a5200fe6e04ed51a97f289261bef3c84ffa18c (diff)
downloadmtdot-box-evb-factory-firmware-29960cf233c3ccf8c938764052feddfdac113d1d.tar.gz
mtdot-box-evb-factory-firmware-29960cf233c3ccf8c938764052feddfdac113d1d.tar.bz2
mtdot-box-evb-factory-firmware-29960cf233c3ccf8c938764052feddfdac113d1d.zip
implement AT command to delete survey data file
Diffstat (limited to 'FileName.h')
-rw-r--r--FileName.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/FileName.h b/FileName.h
new file mode 100644
index 0000000..745981d
--- /dev/null
+++ b/FileName.h
@@ -0,0 +1,6 @@
+#ifndef __FILENAME_H__
+#define __FILENAME_H__
+
+extern char* file_name;
+
+#endif