Skip to content

Commit

Permalink
added missing ENABLE_DEBUG define in mutex.c
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegHahm authored and dangnhat committed Apr 25, 2014
1 parent 822cb8e commit 4728124
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/mutex.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include "thread.h"
#include "irq.h"

#define ENABLE_DEBUG (0)
#include "debug.h"

int mutex_init(struct mutex_t *mutex)
Expand Down

0 comments on commit 4728124

Please sign in to comment.