Skip to content

Commit

Permalink
[QPG] Fix build failure due to OpenThread flag (#30309)
Browse files Browse the repository at this point in the history
OPENTHREAD_CONFIG_PLATFORM_BOOTLOADER_MODE_ENABLE was added to openthread.
No default exists in the OT stack, which caused a build error.
  • Loading branch information
tima-q authored and pull[bot] committed Jan 18, 2024
1 parent 6d71f53 commit 3748c51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/platform/qpg/project_include/OpenThreadConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@

#define OPENTHREAD_ENABLE_VENDOR_EXTENSION 0
#define OPENTHREAD_EXAMPLES_SIMULATION 0
#define OPENTHREAD_CONFIG_PLATFORM_BOOTLOADER_MODE_ENABLE 0

// Use the Qorvo-supplied default platform configuration for remainder
// of OpenThread config options.
Expand Down

0 comments on commit 3748c51

Please sign in to comment.