mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-30 17:01:19 +01:00
Merge pull request #848 from Kijewski/that-annoying-debug-flag-in-pthread-that-effing-needs-to-go-away-already
posix: Disable debug output of pthreads
This commit is contained in:
commit
e15ce49808
@ -32,7 +32,7 @@
|
||||
|
||||
#include "pthread.h"
|
||||
|
||||
#define ENABLE_DEBUG (1)
|
||||
#define ENABLE_DEBUG (0)
|
||||
|
||||
#if ENABLE_DEBUG
|
||||
# define PTHREAD_REAPER_STACKSIZE KERNEL_CONF_STACKSIZE_MAIN
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user