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-STM32F107/keil | |
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-STM32F107/keil')
-rw-r--r-- | demos/ARMCM3-STM32F107/keil/ch.uvproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARMCM3-STM32F107/keil/ch.uvproj b/demos/ARMCM3-STM32F107/keil/ch.uvproj index 999e635d2..a88981aed 100644 --- a/demos/ARMCM3-STM32F107/keil/ch.uvproj +++ b/demos/ARMCM3-STM32F107/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> |