diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-07-13 07:21:51 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-07-13 07:21:51 +0000 |
commit | 27881295a0d743d079f66fae65ac4f6f6f99a04b (patch) | |
tree | 4a8de8968a73c07954a337a99023ae229216c451 /demos/ARMCM3-STM32F103 | |
parent | 43ca8b55d2f9e84656415c1442c7f212e9c87224 (diff) | |
download | ChibiOS-27881295a0d743d079f66fae65ac4f6f6f99a04b.tar.gz ChibiOS-27881295a0d743d079f66fae65ac4f6f6f99a04b.tar.bz2 ChibiOS-27881295a0d743d079f66fae65ac4f6f6f99a04b.zip |
Fixed bug #419.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5965 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARMCM3-STM32F103')
-rw-r--r-- | demos/ARMCM3-STM32F103/keil/ch.uvproj | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/demos/ARMCM3-STM32F103/keil/ch.uvproj b/demos/ARMCM3-STM32F103/keil/ch.uvproj index cb2f755e0..e3fa3b587 100644 --- a/demos/ARMCM3-STM32F103/keil/ch.uvproj +++ b/demos/ARMCM3-STM32F103/keil/ch.uvproj @@ -409,7 +409,7 @@ <File> <FileName>vectors.s</FileName> <FileType>2</FileType> - <FilePath>D:\Progetti\ChibiOS-RT\os\ports\RVCT\ARMCMx\STM32F1xx\vectors.s</FilePath> + <FilePath>..\..\..\os\ports\RVCT\ARMCMx\STM32F1xx\vectors.s</FilePath> </File> <File> <FileName>chcoreasm_v7m.s</FileName> @@ -879,12 +879,12 @@ <File> <FileName>hal_lld.c</FileName> <FileType>1</FileType> - <FilePath>D:\Progetti\ChibiOS-RT\os\hal\platforms\STM32F1xx\hal_lld.c</FilePath> + <FilePath>..\..\..\os\hal\platforms\STM32F1xx\hal_lld.c</FilePath> </File> <File> <FileName>pal_lld.c</FileName> <FileType>1</FileType> - <FilePath>D:\Progetti\ChibiOS-RT\os\hal\platforms\STM32\GPIOv1\pal_lld.c</FilePath> + <FilePath>..\..\..\os\hal\platforms\STM32\GPIOv1\pal_lld.c</FilePath> </File> <File> <FileName>serial_lld.c</FileName> @@ -894,17 +894,17 @@ <File> <FileName>hal_lld.h</FileName> <FileType>5</FileType> - <FilePath>D:\Progetti\ChibiOS-RT\os\hal\platforms\STM32F1xx\hal_lld.h</FilePath> + <FilePath>..\..\..\os\hal\platforms\STM32F1xx\hal_lld.h</FilePath> </File> <File> <FileName>hal_lld_f103.h</FileName> <FileType>5</FileType> - <FilePath>D:\Progetti\ChibiOS-RT\os\hal\platforms\STM32F1xx\hal_lld_f103.h</FilePath> + <FilePath>..\..\..\os\hal\platforms\STM32F1xx\hal_lld_f103.h</FilePath> </File> <File> <FileName>pal_lld.h</FileName> <FileType>5</FileType> - <FilePath>D:\Progetti\ChibiOS-RT\os\hal\platforms\STM32\GPIOv1\pal_lld.h</FilePath> + <FilePath>..\..\..\os\hal\platforms\STM32\GPIOv1\pal_lld.h</FilePath> </File> <File> <FileName>serial_lld.h</FileName> @@ -914,7 +914,7 @@ <File> <FileName>stm32f10x.h</FileName> <FileType>5</FileType> - <FilePath>D:\Progetti\ChibiOS-RT\os\hal\platforms\STM32F1xx\stm32f10x.h</FilePath> + <FilePath>..\..\..\os\hal\platforms\STM32F1xx\stm32f10x.h</FilePath> </File> </Files> </Group> |