added missing ENABLE_DEBUG define in mutex.c

dev/timer
Oleg Hahm 10 years ago
parent 872ce5fee3
commit 58aa0da315

@ -29,6 +29,7 @@
#include "thread.h"
#include "irq.h"
#define ENABLE_DEBUG (0)
#include "debug.h"
int mutex_init(struct mutex_t *mutex)

Loading…
Cancel
Save