Add timer support for ATMega 1280 (contributed by Fabio Bizzi)
[bertos.git] / bertos / cpu / avr / drv / pwm_avr.h
index ab233ebf30c3a4ae62e88e2affe13d6949307617..76c162074d40dab21bcf6e2c273b349dc5aac9f5 100644 (file)
@@ -32,7 +32,6 @@
  *
  * \brief Low-level PWM module for AVR (interface).
  *
- * \version $Id$
  *
  * \author Daniele Basile <asterix@develer.com>
  *
@@ -41,7 +40,7 @@
 #ifndef DRV_PWM_AVR_H
 #define DRV_PWM_AVR_H
 
-#include "pwm_map.h"
+#include "hw/pwm_map.h"
 
 #include <cpu/types.h>