Skip to content

Commit

Permalink
[QPG] Update OpenThreadConfig.h for undef flags (project-chip#31008)
Browse files Browse the repository at this point in the history
Adding 2 undefined Thread flags: OPENTHREAD_CONFIG_DTLS_ENABLE
OPENTHREAD_CONFIG_BLE_TCAT_ENABLE
Unblocks PR project-chip#30919
  • Loading branch information
tima-q authored Dec 14, 2023
1 parent 02683ee commit 7173769
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/platform/qpg/project_include/OpenThreadConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@
#define OPENTHREAD_CONFIG_DHCP6_CLIENT_ENABLE 0
#define OPENTHREAD_CONFIG_DHCP6_SERVER_ENABLE 0
#define OPENTHREAD_CONFIG_TCP_ENABLE 0
#define OPENTHREAD_CONFIG_BLE_TCAT_ENABLE 0
#define OPENTHREAD_CONFIG_TLS_ENABLE 0
#define OPENTHREAD_CONFIG_DTLS_ENABLE 0

#define OPENTHREAD_ENABLE_VENDOR_EXTENSION 0
#define OPENTHREAD_EXAMPLES_SIMULATION 0
Expand Down

0 comments on commit 7173769

Please sign in to comment.