Skip to content

Commit 3b15d1e

Browse files
committed
Fix restyle
1 parent 28a5ebc commit 3b15d1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/lighting-app/bouffalolab/bl602/BUILD.gn

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ bouffalolab_executable("lighting_app") {
104104
}
105105

106106
sources += [
107+
"${chip_root}/examples/providers/DeviceInfoProviderImpl.cpp",
107108
"${example_common_dir}/AppTask.cpp",
108109
"${example_common_dir}/ZclCallbacks.cpp",
109110
"${examples_plat_common_dir}/plat/LEDWidget.cpp",
@@ -112,7 +113,6 @@ bouffalolab_executable("lighting_app") {
112113
"${examples_plat_common_dir}/plat/main.cpp",
113114
"${examples_plat_common_dir}/plat/platform.cpp",
114115
"${examples_plat_common_dir}/plat/uart.c",
115-
"${chip_root}/examples/providers/DeviceInfoProviderImpl.cpp",
116116
]
117117

118118
deps = [

examples/lighting-app/bouffalolab/bl702/BUILD.gn

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ bouffalolab_executable("lighting_app") {
137137
deps = [
138138
":sdk",
139139
"${chip_root}/examples/lighting-app/lighting-common",
140+
"${chip_root}/examples/providers:device_info_provider",
140141
"${chip_root}/src/lib",
141142
"${chip_root}/src/setup_payload",
142-
"${chip_root}/examples/providers:device_info_provider",
143143
"${chip_root}/third_party/openthread/platforms:libopenthread-platform",
144144
"${chip_root}/third_party/openthread/platforms:libopenthread-platform-utils",
145145
]

0 commit comments

Comments
 (0)