diff options
author | Diego Ismirlian <dismirlian (at) google's mail.com> | 2017-10-29 17:39:56 -0300 |
---|---|---|
committer | Diego Ismirlian <dismirlian (at) google's mail.com> | 2017-10-29 17:39:56 -0300 |
commit | c1e174b5b2a1bae962d9a0fca1a5916f20c9e816 (patch) | |
tree | 340ebd3549c461859546af881eecab60660f95a2 /testhal/STM32/STM32F4xx/USB_HOST/.project | |
parent | bfc58058862f1d398543fff3d034369537392e38 (diff) | |
download | ChibiOS-Contrib-c1e174b5b2a1bae962d9a0fca1a5916f20c9e816.tar.gz ChibiOS-Contrib-c1e174b5b2a1bae962d9a0fca1a5916f20c9e816.tar.bz2 ChibiOS-Contrib-c1e174b5b2a1bae962d9a0fca1a5916f20c9e816.zip |
USBH: testhal: fix compile warning
Diffstat (limited to 'testhal/STM32/STM32F4xx/USB_HOST/.project')
-rw-r--r-- | testhal/STM32/STM32F4xx/USB_HOST/.project | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/STM32F4xx/USB_HOST/.project b/testhal/STM32/STM32F4xx/USB_HOST/.project index 066a4d6..e2dd63e 100644 --- a/testhal/STM32/STM32F4xx/USB_HOST/.project +++ b/testhal/STM32/STM32F4xx/USB_HOST/.project @@ -31,9 +31,9 @@ <locationURI>$%7BPARENT-5-PROJECT_LOC%7D/ChibiOS-contrib/os</locationURI> </link> <link> - <name>ChibiOS-RT-os</name> + <name>ChibiOS-RT</name> <type>2</type> - <locationURI>$%7BPARENT-5-PROJECT_LOC%7D/ChibiOS-RT/os</locationURI> + <locationURI>$%7BPARENT-5-PROJECT_LOC%7D/ChibiOS-RT</locationURI> </link> </linkedResources> </projectDescription> |