diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-09-23 14:58:21 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-09-23 14:58:21 +0000 |
commit | ff55da639bb8476e1ea73e5f16968e477c5ca14b (patch) | |
tree | 44a683b45d2bf1fa4a5115f3254f4ea94503ed75 /demos/STM32/NIL-STM32F051-DISCOVERY/.project | |
parent | 663fd498aa9b9de9fec5d7c7474efabdfa88401e (diff) | |
download | ChibiOS-ff55da639bb8476e1ea73e5f16968e477c5ca14b.tar.gz ChibiOS-ff55da639bb8476e1ea73e5f16968e477c5ca14b.tar.bz2 ChibiOS-ff55da639bb8476e1ea73e5f16968e477c5ca14b.zip |
Fixed bug #887.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10691 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/NIL-STM32F051-DISCOVERY/.project')
-rw-r--r-- | demos/STM32/NIL-STM32F051-DISCOVERY/.project | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/STM32/NIL-STM32F051-DISCOVERY/.project b/demos/STM32/NIL-STM32F051-DISCOVERY/.project index 041565660..e9049d85d 100644 --- a/demos/STM32/NIL-STM32F051-DISCOVERY/.project +++ b/demos/STM32/NIL-STM32F051-DISCOVERY/.project @@ -86,5 +86,10 @@ <type>2</type>
<locationURI>CHIBIOS/os</locationURI>
</link>
+ <link>
+ <name>test</name>
+ <type>2</type>
+ <locationURI>CHIBIOS/test</locationURI>
+ </link>
</linkedResources>
</projectDescription>
|