Skip to content

Commit

Permalink
Reduce debug log buffer for TI CC26X2X7 shell app.
Browse files Browse the repository at this point in the history
THere was insufficient space in SRAM region.
  • Loading branch information
cletnick committed Jan 19, 2023
1 parent a09b2d0 commit 3f7437d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/shell/cc13x2x7_26x2x7/include/CHIPProjectConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
*
* A size, in bytes, of the individual debug event logging buffer.
*/
#define CHIP_DEVICE_CONFIG_EVENT_LOGGING_DEBUG_BUFFER_SIZE (512)
#define CHIP_DEVICE_CONFIG_EVENT_LOGGING_DEBUG_BUFFER_SIZE (256)

#define MATTER_CC13X2_26X2_PLATFORM_LOG_ENABLED 0

Expand Down

0 comments on commit 3f7437d

Please sign in to comment.