Skip to content

Commit 9f36a59

Browse files
committed
Format lt_ota.c with clang-format
1 parent a038683 commit 9f36a59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cores/realtek-ambz2/base/api/lt_ota.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/* Copyright (c) Kuba Szczodrzyński 2023-05-22. */
22

3+
#include <device_lock.h>
34
#include <libretiny.h>
4-
#include <sdk_private.h>
55
#include <osdep_service.h>
6-
#include <device_lock.h>
6+
#include <sdk_private.h>
77

88
// from SDK
99
extern uint32_t sys_update_ota_get_curr_fw_idx(void);

0 commit comments

Comments
 (0)