Skip to content

Commit

Permalink
Restyled by gn
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Jun 24, 2022
1 parent 758fcb5 commit 507c24e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/bouffalolab/bl602_sdk/bl602_sdk.gni
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ template("bl602_sdk") {
"${bl602_sdk_root}/components/utils/include/",
"${bl602_sdk_root}/components/platform/soc/bl602/bl602_std/bl602_std/StdDriver/Inc/",
"${bl602_sdk_root}/components/platform/hosal/bl602_hal/",
"${bl602_sdk_root}/components/utils/async_log/"
"${bl602_sdk_root}/components/utils/async_log/",
]

# if (bl602_board == "BL-HWC-G1") {
Expand Down Expand Up @@ -540,6 +540,7 @@ template("bl602_sdk") {
"${bl602_sdk_root}/components/sys/bloop/looprt/src/looprt.c",
"${bl602_sdk_root}/components/sys/bloop/loopset/src/loopset_led.c",
"${bl602_sdk_root}/components/sys/bltime/bl_sys_time.c",
"${bl602_sdk_root}/components/utils/async_log/async_log.c",
"${bl602_sdk_root}/components/utils/src/utils_crc.c",
"${bl602_sdk_root}/components/utils/src/utils_dns.c",
"${bl602_sdk_root}/components/utils/src/utils_hmac_sha1_fast.c",
Expand All @@ -549,7 +550,6 @@ template("bl602_sdk") {
"${bl602_sdk_root}/components/utils/src/utils_psk_fast.c",
"${bl602_sdk_root}/components/utils/src/utils_rbtree.c",
"${bl602_sdk_root}/components/utils/src/utils_tlv_bl.c",
"${bl602_sdk_root}/components/utils/async_log/async_log.c",
]

# } else if (bl_family == "bl706") {
Expand Down

0 comments on commit 507c24e

Please sign in to comment.