1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

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

or else some debug functions will not be declared.
This commit is contained in:
Joakim Gebart 2015-05-31 12:07:42 +02:00
parent 1becd9a94e
commit f8d5b18fec

View File

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