diff options
Diffstat (limited to 'time.h')
-rw-r--r-- | time.h | 15 |
1 files changed, 0 insertions, 15 deletions
@@ -1,15 +0,0 @@ -#include <avr/io.h> -#include <avr/interrupt.h> -#include <stdint.h> - -#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_ */ |