Move AVR mega serial files to prepare the XMega patch
[bertos.git] / bertos / cpu / avr / drv / timer_mega.c
index ee63e76f8d419846eca22e64845a8f3d527a4556..d6e88d21718e575ecb39db3ec8280e1fb644fd66 100644 (file)
  * \author Francesco Sacchi <batt@develer.com>
  * \author Luca Ottaviano <lottaviano@develer.com>
  *
- * \brief Low-level timer module for AVR (implementation).
+ * \brief Low-level timer module for AVR MEGA (implementation).
  *
  * This module is automatically included so no need to include
  * in test list.
  * notest: avr
  */
 
-#include <drv/timer_avr.h>
+#include <drv/timer_mega.h>
 #include <cfg/macros.h> // BV()
 
 #include <cpu/types.h>