mirror of
https://github.com/espressif/openthread.git
synced 2026-08-14 22:57:46 +00:00
[posix] increase max log size (#5794)
This commit increases the OPENTHREAD_CONFIG_LOG_MAX_SIZE from 150 to 1024 for posix.
This commit is contained in:
@@ -116,4 +116,14 @@
|
||||
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @def OPENTHREAD_CONFIG_LOG_MAX_SIZE
|
||||
*
|
||||
* The maximum log string size (number of chars).
|
||||
*
|
||||
*/
|
||||
#ifndef OPENTHREAD_CONFIG_LOG_MAX_SIZE
|
||||
#define OPENTHREAD_CONFIG_LOG_MAX_SIZE 1024
|
||||
#endif
|
||||
|
||||
#endif // OPENTHREAD_CORE_POSIX_CONFIG_H_
|
||||
|
||||
Reference in New Issue
Block a user