diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-04-17 15:07:51 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-04-17 15:07:51 +0000 |
commit | e07af614ba32380a5e5b2a3414e23cb012d6791b (patch) | |
tree | 9083e64e504a164e39ede8c74572ce9e9c62ca2b /demos/STM32/RT-STM32F334-DISCOVERY | |
parent | 33bc5b92e6dbed9cbbb4d4916e3ecbe74308538c (diff) | |
download | ChibiOS-e07af614ba32380a5e5b2a3414e23cb012d6791b.tar.gz ChibiOS-e07af614ba32380a5e5b2a3414e23cb012d6791b.tar.bz2 ChibiOS-e07af614ba32380a5e5b2a3414e23cb012d6791b.zip |
Changed linked folder path from Absolute to Relative
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9311 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/RT-STM32F334-DISCOVERY')
-rw-r--r-- | demos/STM32/RT-STM32F334-DISCOVERY/.project | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32F334-DISCOVERY/.project b/demos/STM32/RT-STM32F334-DISCOVERY/.project index 410dd894f..3e53b76e2 100644 --- a/demos/STM32/RT-STM32F334-DISCOVERY/.project +++ b/demos/STM32/RT-STM32F334-DISCOVERY/.project @@ -27,7 +27,7 @@ <link>
<name>board</name>
<type>2</type>
- <location>C:/ChibiStudio/chibios_trunk/os/hal/boards/ST_STM32F334_DISCOVERY</location>
+ <location>CHIBIOS/os/hal/boards/ST_STM32F334_DISCOVERY</location>
</link>
<link>
<name>os</name>
|