Skip to content

Commit

Permalink
Allow redefines of Ameba config options (#29733)
Browse files Browse the repository at this point in the history
  • Loading branch information
samryanuofl authored and pull[bot] committed Dec 7, 2023
1 parent cae9140 commit 1097004
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/platform/Ameba/CHIPDevicePlatformConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,13 @@
#define CHIP_DEVICE_CONFIG_ENABLE_THREAD 1
#endif

#ifndef CHIP_DEVICE_CONFIG_ENABLE_CHIPOBLE
#define CHIP_DEVICE_CONFIG_ENABLE_CHIPOBLE 1
#endif

#ifndef CHIP_DEVICE_CONFIG_ENABLE_CHIP_TIME_SERVICE_TIME_SYNC
#define CHIP_DEVICE_CONFIG_ENABLE_CHIP_TIME_SERVICE_TIME_SYNC 0
#endif

// ========== Platform-specific Configuration =========

Expand Down

0 comments on commit 1097004

Please sign in to comment.