修改API框架,兼容1806
Change-Id: Ic68e966a32e4c7ffd7137b3d7ba94e4d813c71b2
diff --git a/mbtk/qser_lib/src/qser_fota.c b/mbtk/qser_lib/src/qser_fota.c
new file mode 100755
index 0000000..43ee6e0
--- /dev/null
+++ b/mbtk/qser_lib/src/qser_fota.c
@@ -0,0 +1,32 @@
+#include "qser/qser_fota.h"
+
+
+int lynq_rock_main(int first_run)
+{
+ UNUSED(first_run);
+
+
+ return 0;
+}
+
+int lynq_fota_set_addr_value(char *value,int size)
+{
+ UNUSED(value);
+ UNUSED(size);
+
+
+ return 0;
+}
+
+int lynq_fota_nrestart(void)
+{
+
+ return 0;
+}
+
+int lynq_get_upgrade_status(void)
+{
+
+ return 0;
+}
+