We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a038683 commit 9f36a59Copy full SHA for 9f36a59
cores/realtek-ambz2/base/api/lt_ota.c
@@ -1,9 +1,9 @@
1
/* Copyright (c) Kuba Szczodrzyński 2023-05-22. */
2
3
+#include <device_lock.h>
4
#include <libretiny.h>
-#include <sdk_private.h>
5
#include <osdep_service.h>
6
-#include <device_lock.h>
+#include <sdk_private.h>
7
8
// from SDK
9
extern uint32_t sys_update_ota_get_curr_fw_idx(void);
0 commit comments