diff options
author | barthess <barthess@yandex.ru> | 2015-09-07 22:26:44 +0300 |
---|---|---|
committer | barthess <barthess@yandex.ru> | 2015-09-07 22:26:44 +0300 |
commit | 51514b134ee5bfca3647647620920747b41eaf3a (patch) | |
tree | 045b1ddc975d11adbe3f82367d3f0cfc2f563011 /testhal/STM32/STM32F1xx | |
parent | 40014ce2c584274e5e1cee7d08f858bbfc0407f8 (diff) | |
download | ChibiOS-Contrib-51514b134ee5bfca3647647620920747b41eaf3a.tar.gz ChibiOS-Contrib-51514b134ee5bfca3647647620920747b41eaf3a.tar.bz2 ChibiOS-Contrib-51514b134ee5bfca3647647620920747b41eaf3a.zip |
STM32 testhal. Fixed paths in makefiles
Diffstat (limited to 'testhal/STM32/STM32F1xx')
-rw-r--r-- | testhal/STM32/STM32F1xx/onewire/.project | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F1xx/onewire/.project b/testhal/STM32/STM32F1xx/onewire/.project index 8f7973b..a2c0d64 100644 --- a/testhal/STM32/STM32F1xx/onewire/.project +++ b/testhal/STM32/STM32F1xx/onewire/.project @@ -84,7 +84,7 @@ <link>
<name>os-git</name>
<type>2</type>
- <locationURI>PARENT-5-PROJECT_LOC/os</locationURI>
+ <locationURI>PARENT-5-PROJECT_LOC/ChibiOS-RT/os</locationURI>
</link>
</linkedResources>
</projectDescription>
|