diff options
author | barthess <barthess@yandex.ru> | 2014-11-16 13:50:40 +0300 |
---|---|---|
committer | barthess <barthess@yandex.ru> | 2014-11-16 13:50:40 +0300 |
commit | eb7d78a7e9d27ad3874ae42e9c121459efcdd0d3 (patch) | |
tree | e164b029ceb809335a193b481bbcea9d939d6c3c /testhal/STM32 | |
parent | ed62d9e4d42bde4b929be2523ad94c1a7c8d2827 (diff) | |
download | ChibiOS-Contrib-eb7d78a7e9d27ad3874ae42e9c121459efcdd0d3.tar.gz ChibiOS-Contrib-eb7d78a7e9d27ad3874ae42e9c121459efcdd0d3.tar.bz2 ChibiOS-Contrib-eb7d78a7e9d27ad3874ae42e9c121459efcdd0d3.zip |
FSMC. Fixed references in eclipse project files
Diffstat (limited to 'testhal/STM32')
-rw-r--r-- | testhal/STM32/STM32F4xx/FSMC_NAND/.project | 2 | ||||
-rw-r--r-- | testhal/STM32/STM32F4xx/FSMC_SRAM/.project | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/STM32F4xx/FSMC_NAND/.project b/testhal/STM32/STM32F4xx/FSMC_NAND/.project index 1992c80..023100f 100644 --- a/testhal/STM32/STM32F4xx/FSMC_NAND/.project +++ b/testhal/STM32/STM32F4xx/FSMC_NAND/.project @@ -27,7 +27,7 @@ <link> <name>os</name> <type>2</type> - <locationURI>CHIBIOS/os</locationURI> + <locationURI>CHIBIOS</locationURI> </link> </linkedResources> </projectDescription> diff --git a/testhal/STM32/STM32F4xx/FSMC_SRAM/.project b/testhal/STM32/STM32F4xx/FSMC_SRAM/.project index 333f431..7c1ca37 100644 --- a/testhal/STM32/STM32F4xx/FSMC_SRAM/.project +++ b/testhal/STM32/STM32F4xx/FSMC_SRAM/.project @@ -27,7 +27,7 @@ <link> <name>os</name> <type>2</type> - <locationURI>CHIBIOS/os</locationURI> + <locationURI>CHIBIOS</locationURI> </link> </linkedResources> </projectDescription> |