Merge pull request #417 from simonduq/contrib/cooja-log-buf
Cooja motes: larger log buffer
This commit is contained in:
commit
2ccf2d04ee
@ -35,10 +35,9 @@
|
||||
|
||||
#define IMPLEMENT_PRINTF 1
|
||||
|
||||
#if MAX_LOG_LENGTH < 1024
|
||||
#undef MAX_LOG_LENGTH
|
||||
#define MAX_LOG_LENGTH 1024
|
||||
#endif /* MAX_LOG_LENGTH < 1024 */
|
||||
#ifndef MAX_LOG_LENGTH
|
||||
#define MAX_LOG_LENGTH 8192
|
||||
#endif /* MAX_LOG_LENGTH */
|
||||
|
||||
|
||||
const struct simInterface simlog_interface;
|
||||
|
Loading…
Reference in New Issue
Block a user