diff --git a/cpu/avr/rtimer-arch.h b/cpu/avr/rtimer-arch.h new file mode 100644 index 000000000..976cf152b --- /dev/null +++ b/cpu/avr/rtimer-arch.h @@ -0,0 +1,4 @@ +#ifndef __RTIMER_ARCH_H__ +#define __RTIMER_ARCH_H__ + +#endif /* __RTIMER_ARCH_H__ */