diff options
author | barthess <barthess@yandex.ru> | 2016-05-30 23:06:38 +0300 |
---|---|---|
committer | barthess <barthess@yandex.ru> | 2016-05-30 23:06:38 +0300 |
commit | bdb680652cc1f0ad223786b10196b6329127c804 (patch) | |
tree | 7ea16729d0f8a03074c2165de433a87c3265b6c4 /testhal/STM32/STM32F0xx | |
parent | 394a779adea155218650e13d25bf03a19fa9eee3 (diff) | |
download | ChibiOS-Contrib-bdb680652cc1f0ad223786b10196b6329127c804.tar.gz ChibiOS-Contrib-bdb680652cc1f0ad223786b10196b6329127c804.tar.bz2 ChibiOS-Contrib-bdb680652cc1f0ad223786b10196b6329127c804.zip |
Fixed project file for 1-wire for STM32F0x
Diffstat (limited to 'testhal/STM32/STM32F0xx')
-rw-r--r-- | testhal/STM32/STM32F0xx/onewire/.project | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testhal/STM32/STM32F0xx/onewire/.project b/testhal/STM32/STM32F0xx/onewire/.project index 8180131..6599a83 100644 --- a/testhal/STM32/STM32F0xx/onewire/.project +++ b/testhal/STM32/STM32F0xx/onewire/.project @@ -25,14 +25,14 @@ </natures>
<linkedResources>
<link>
- <name>os-contrib</name>
+ <name>os-community</name>
<type>2</type>
- <locationURI>CHIBIOS_CONTRIB</locationURI>
+ <locationURI>PARENT-4-PROJECT_LOC/os</locationURI>
</link>
<link>
- <name>os</name>
+ <name>os-git</name>
<type>2</type>
- <locationURI>CHIBIOS</locationURI>
+ <locationURI>PARENT-5-PROJECT_LOC/ChibiOS-RT/os</locationURI>
</link>
</linkedResources>
</projectDescription>
|