From 634d5324eca8e727dfb77493eff9804091dc1d15 Mon Sep 17 00:00:00 2001 From: batt Date: Fri, 17 Apr 2009 14:21:09 +0000 Subject: [PATCH] Fix header location. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2544 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/hw/hw_mcp41.h | 2 +- bertos/hw/hw_phase.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1