From b0d8f22f3492fbb3f6dc0e8026e63c803af59007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 17 Oct 2015 15:40:51 +0200 Subject: Complete commit of current work --- time.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 time.h (limited to 'time.h') diff --git a/time.h b/time.h new file mode 100644 index 0000000..945511d --- /dev/null +++ b/time.h @@ -0,0 +1,15 @@ +#include +#include +#include + +#include "mcu/mcu_def.h" + +#ifndef _IOE_TIME_H_ +#define _IOE_TIME_H_ + +#ifndef CONFIG_IOE_TIME_TIMER +#error "To use Time you must specify CONFIG_IOE_TIME_TIMER macro." +#endif + + +#endif /* _IOE_TIME_H_ */ -- cgit v1.2.3