Skip to content

Commit

Permalink
restyle the last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
chirag-silabs committed Nov 23, 2022
1 parent 302bc7f commit c435a36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/platform/silabs/EFR32/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ if (chip_crypto == "platform") {

static_library("EFR32") {
sources = [
"../../FreeRTOS/SystemTimeSupport.cpp",
"../../SingletonConfigurationManager.cpp",
"${silabs_platform_dir}/BLEManagerImpl.h",
"${silabs_platform_dir}/BlePlatformConfig.h",
"${silabs_platform_dir}/CHIPDevicePlatformConfig.h",
Expand All @@ -53,6 +51,8 @@ static_library("EFR32") {
"${silabs_platform_dir}/Logging.cpp",
"${silabs_platform_dir}/PlatformManagerImpl.h",
"${silabs_platform_dir}/SystemPlatformConfig.h",
"../../FreeRTOS/SystemTimeSupport.cpp",
"../../SingletonConfigurationManager.cpp",
"BLEManagerImpl.cpp",
"ConfigurationManagerImpl.cpp",
"KeyValueStoreManagerImpl.cpp",
Expand Down Expand Up @@ -99,8 +99,8 @@ static_library("EFR32") {
deps += [ "${chip_root}/third_party/openthread:openthread_cli" ]

sources += [
"../../OpenThread/OpenThreadUtils.cpp",
"${silabs_platform_dir}/ThreadStackManagerImpl.h",
"../../OpenThread/OpenThreadUtils.cpp",
"ConnectivityManagerImpl.cpp",
"ThreadStackManagerImpl.cpp",
]
Expand Down

0 comments on commit c435a36

Please sign in to comment.