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:
- 2:52bb5ee0a72d
- Parent:
- 1:d4df183e5c12
--- a/Driver/CmdProcess.h Thu Apr 01 19:03:45 2021 +0000
+++ b/Driver/CmdProcess.h Tue Apr 13 22:04:32 2021 +0000
@@ -3,12 +3,17 @@
/* Includes ------------------------------------------------------------------*/
#include "debug.h"
+//#include "lora_driver.h"
//#include "hxc-api.h"
-#include "lora_conf.h"
+//#include "lora_conf.h"
//#include "bridge.h"
#include "stdlib.h"
+#include "stdint.h"
#include "limits.h"
#include "errno.h"
+#include "time.h"
+
+
#ifdef __cplusplus
extern "C" {