diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-03-14 18:31:06 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-03-14 18:31:06 +0000 |
commit | bc6b2e4a3e54056afe0fcb5243b438a8be540a13 (patch) | |
tree | b65e169625ca39a113d4777792a5daae92d85ef4 | |
parent | 2cdf2e4fa873094b65be56703773e2a3f1490afa (diff) | |
download | ChibiOS-bc6b2e4a3e54056afe0fcb5243b438a8be540a13.tar.gz ChibiOS-bc6b2e4a3e54056afe0fcb5243b438a8be540a13.tar.bz2 ChibiOS-bc6b2e4a3e54056afe0fcb5243b438a8be540a13.zip |
Fixed board folder shortcut. (Pointing to a wrong folder)
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9103 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | demos/STM32/RT-STM32F334R8-NUCLEO/.project | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32F334R8-NUCLEO/.project b/demos/STM32/RT-STM32F334R8-NUCLEO/.project index 17e3b648f..72d4efe53 100644 --- a/demos/STM32/RT-STM32F334R8-NUCLEO/.project +++ b/demos/STM32/RT-STM32F334R8-NUCLEO/.project @@ -27,7 +27,7 @@ <link>
<name>board</name>
<type>2</type>
- <locationURI>CHIBIOS/os/hal/boards/ST_NUCLEO_F401RE</locationURI>
+ <location>C:/ChibiStudio/chibios_trunk/os/hal/boards/ST_NUCLEO_F334R8</location>
</link>
<link>
<name>os</name>
|