Skip to content
Snippets Groups Projects
Commit f8d5b18f authored by Joakim Nohlgård's avatar Joakim Nohlgård
Browse files

vtimer: Move ENABLE_DEBUG to before irq.h and priority_queue.h include

or else some debug functions will not be declared.
parent 1becd9a9
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,9 @@
#include <string.h>
#include <inttypes.h>
#define ENABLE_DEBUG (0)
#include "debug.h"
#include "irq.h"
#include "priority_queue.h"
#include "timex.h"
......@@ -32,8 +35,6 @@
#include "vtimer.h"
#define ENABLE_DEBUG (0)
#include "debug.h"
#if ENABLE_DEBUG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment