mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
native/rtc: define ENABLE_DEBUG, move include
This commit is contained in:
parent
f35981a6d7
commit
474c8afd93
@ -24,13 +24,14 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <err.h>
|
#include <err.h>
|
||||||
|
|
||||||
#include "debug.h"
|
|
||||||
|
|
||||||
#include "periph/rtc.h"
|
#include "periph/rtc.h"
|
||||||
#include "cpu.h"
|
#include "cpu.h"
|
||||||
|
|
||||||
#include "native_internal.h"
|
#include "native_internal.h"
|
||||||
|
|
||||||
|
#define ENABLE_DEBUG (0)
|
||||||
|
#include "debug.h"
|
||||||
|
|
||||||
static int native_rtc_initialized = 0;
|
static int native_rtc_initialized = 0;
|
||||||
static int native_rtc_powered = 0;
|
static int native_rtc_powered = 0;
|
||||||
static struct tm native_rtc_alarm;
|
static struct tm native_rtc_alarm;
|
||||||
|
Loading…
Reference in New Issue
Block a user