Fix pwm_map include.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 26 May 2008 09:09:36 +0000 (09:09 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 26 May 2008 09:09:36 +0000 (09:09 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1345 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cpu/arm/drv/pwm_at91.h

index 50cac043bc7e30339f99fbe46c9de7150306f9e8..753d859ffcaf98a9f0cccf00a7f8741d26ed3e37 100644 (file)
@@ -41,7 +41,7 @@
 #ifndef DRV_PWM_AT91_H
 #define DRV_PWM_AT91_H
 
-#include <hw/pwm_map.h>
+#include "pwm_map.h"
 
 #include <cfg/compiler.h>
 #include <cfg/macros.h>