From: batt Date: Fri, 17 Apr 2009 14:21:09 +0000 (+0000) Subject: Fix header location. X-Git-Tag: 2.1.0~138 X-Git-Url: https://codewiz.org/gitweb?p=bertos.git;a=commitdiff_plain;h=634d5324eca8e727dfb77493eff9804091dc1d15 Fix header location. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2544 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/hw/hw_mcp41.h b/bertos/hw/hw_mcp41.h index 33e8f774..645b6dac 100644 --- a/bertos/hw/hw_mcp41.h +++ b/bertos/hw/hw_mcp41.h @@ -38,7 +38,7 @@ #ifndef HW_MCP41_H #define HW_MCP41_H -#include "mcp41_map.h" +#include "hw/mcp41_map.h" #include diff --git a/bertos/hw/hw_phase.h b/bertos/hw/hw_phase.h index 170e3da9..a043cbab 100644 --- a/bertos/hw/hw_phase.h +++ b/bertos/hw/hw_phase.h @@ -40,7 +40,7 @@ #ifndef HW_PHASE_H #define HW_PHASE_H -#include "phase_map.h" +#include "hw/phase_map.h" #include