1
0
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:
René Kijewski 2014-03-04 18:31:55 +01:00
commit e15ce49808

View File

@ -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