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

native/rtc: define ENABLE_DEBUG, move include

This commit is contained in:
Ludwig Ortmann 2014-12-16 15:41:51 +01:00
parent f35981a6d7
commit 474c8afd93

View File

@ -24,13 +24,14 @@
#include <string.h>
#include <err.h>
#include "debug.h"
#include "periph/rtc.h"
#include "cpu.h"
#include "native_internal.h"
#define ENABLE_DEBUG (0)
#include "debug.h"
static int native_rtc_initialized = 0;
static int native_rtc_powered = 0;
static struct tm native_rtc_alarm;