Commit 3b15d1e 1 parent 28a5ebc commit 3b15d1e Copy full SHA for 3b15d1e
File tree 2 files changed +2
-2
lines changed
examples/lighting-app/bouffalolab
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ bouffalolab_executable("lighting_app") {
104
104
}
105
105
106
106
sources += [
107
+ " ${ chip_root } /examples/providers/DeviceInfoProviderImpl.cpp" ,
107
108
" ${ example_common_dir } /AppTask.cpp" ,
108
109
" ${ example_common_dir } /ZclCallbacks.cpp" ,
109
110
" ${ examples_plat_common_dir } /plat/LEDWidget.cpp" ,
@@ -112,7 +113,6 @@ bouffalolab_executable("lighting_app") {
112
113
" ${ examples_plat_common_dir } /plat/main.cpp" ,
113
114
" ${ examples_plat_common_dir } /plat/platform.cpp" ,
114
115
" ${ examples_plat_common_dir } /plat/uart.c" ,
115
- " ${ chip_root } /examples/providers/DeviceInfoProviderImpl.cpp" ,
116
116
]
117
117
118
118
deps = [
Original file line number Diff line number Diff line change @@ -137,9 +137,9 @@ bouffalolab_executable("lighting_app") {
137
137
deps = [
138
138
" :sdk" ,
139
139
" ${ chip_root } /examples/lighting-app/lighting-common" ,
140
+ " ${ chip_root } /examples/providers:device_info_provider" ,
140
141
" ${ chip_root } /src/lib" ,
141
142
" ${ chip_root } /src/setup_payload" ,
142
- " ${ chip_root } /examples/providers:device_info_provider" ,
143
143
" ${ chip_root } /third_party/openthread/platforms:libopenthread-platform" ,
144
144
" ${ chip_root } /third_party/openthread/platforms:libopenthread-platform-utils" ,
145
145
]
You can’t perform that action at this time.
0 commit comments