Merge contributed patch to extend support of atxmega.
[bertos.git] / bertos / cpu / avr / drv / timer_mega.h
index 2146620c943674e1dd939051b1467d3f3bfb15b8..d0d98c27e413c6b864430c8006ceaf3871a1298c 100644 (file)
@@ -31,7 +31,7 @@
  *
  * -->
  *
- * \brief Low-level timer module for AVR (interface).
+ * \brief Low-level timer module for AVR MEGA (interface).
  *
  * \author Bernie Innocenti <bernie@codewiz.org>
  * \author Francesco Sacchi <batt@develer.com>
@@ -39,8 +39,8 @@
  *
  */
 
-#ifndef DRV_TIMER_AVR_H
-#define DRV_TIMER_AVR_H
+#ifndef DRV_TIMER_MEGA_H
+#define DRV_TIMER_MEGA_H
 
 #include <hw/hw_cpufreq.h>   /* CPU_FREQ */
 
 
 void timer_hw_init(void);
 
-#endif /* DRV_TIMER_AVR_H */
+#endif /* DRV_TIMER_MEGA_H */