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.
Diff: Driver/CmdProcess.h
- Revision:
- 1:d4df183e5c12
- Child:
- 2:52bb5ee0a72d
diff -r bacc6e701fb4 -r d4df183e5c12 Driver/CmdProcess.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Driver/CmdProcess.h Thu Apr 01 19:03:45 2021 +0000
@@ -0,0 +1,29 @@
+#ifndef __CMD_PROCESS_H
+#define __CMD_PROCESS_H
+
+/* Includes ------------------------------------------------------------------*/
+#include "debug.h"
+//#include "hxc-api.h"
+#include "lora_conf.h"
+//#include "bridge.h"
+#include "stdlib.h"
+#include "limits.h"
+#include "errno.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/* Exported define -----------------------------------------------------------*/
+
+
+/* Exported types ------------------------------------------------------------*/
+
+/* Public functions ----------------------------------------------------------*/
+void CmdModeProcess(void);
+
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
+#endif