Skip to content

Commit

Permalink
removed duplicate files for example
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaygkulkarni-nxp committed Jun 7, 2023
1 parent dfb3b58 commit c682bf9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 56 deletions.
6 changes: 3 additions & 3 deletions examples/thermostat/nxp/linux-se05x/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ import("${chip_root}/src/platform/nxp/crypto/nxp_crypto.gni")

executable("thermostat-app") {
sources = [
"${chip_root}/examples/thermostat/linux/main.cpp",
"include/low-power/LowPowerManager.cpp",
"include/low-power/LowPowerManager.h",
"../../linux/main.cpp",
"../../linux/include/low-power/LowPowerManager.cpp",
"../../linux/include/low-power/LowPowerManager.h",
]
include_dirs = [ "${chip_root}/examples/platform/linux" ]

Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@
/*
* Enable se05x for DA
*/
#define ENABLE_SE05X_DEVICE_ATTESTATION 1
#define ENABLE_SE05X_DEVICE_ATTESTATION 0

0 comments on commit c682bf9

Please sign in to comment.