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:
parent
1becd9a94e
commit
f8d5b18fec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user