diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-05-07 09:48:37 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-05-07 09:48:37 +0000 |
commit | e8776f2fc57cd8f9808fb463a37dd468cfcbc2b6 (patch) | |
tree | 309b1bf4b720aae208527763f1e7fd34ce523e40 /testhal/STM32/STM32L4xx/GPT-ADC | |
parent | 3936e7a7f1923b6ee2cc78de260db47a4045e6bd (diff) | |
download | ChibiOS-e8776f2fc57cd8f9808fb463a37dd468cfcbc2b6.tar.gz ChibiOS-e8776f2fc57cd8f9808fb463a37dd468cfcbc2b6.tar.bz2 ChibiOS-e8776f2fc57cd8f9808fb463a37dd468cfcbc2b6.zip |
Fixed wrong link folder in testhal/STM32/STM32L4xx projects
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9446 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32L4xx/GPT-ADC')
-rw-r--r-- | testhal/STM32/STM32L4xx/GPT-ADC/.project | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32L4xx/GPT-ADC/.project b/testhal/STM32/STM32L4xx/GPT-ADC/.project index 21b9da9cd..81592f90e 100644 --- a/testhal/STM32/STM32L4xx/GPT-ADC/.project +++ b/testhal/STM32/STM32L4xx/GPT-ADC/.project @@ -79,7 +79,7 @@ <link>
<name>board</name>
<type>2</type>
- <locationURI>CHIBIOS/os/hal/boards/ST_NUCLEO_L476RG</locationURI>
+ <locationURI>CHIBIOS/os/hal/boards/ST_NUCLEO64_L476RG</locationURI>
</link>
<link>
<name>os</name>
|