aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/NIL-STM32F051-DISCOVERY
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-09-23 14:58:21 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-09-23 14:58:21 +0000
commitff55da639bb8476e1ea73e5f16968e477c5ca14b (patch)
tree44a683b45d2bf1fa4a5115f3254f4ea94503ed75 /demos/STM32/NIL-STM32F051-DISCOVERY
parent663fd498aa9b9de9fec5d7c7474efabdfa88401e (diff)
downloadChibiOS-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')
-rw-r--r--demos/STM32/NIL-STM32F051-DISCOVERY/.project5
-rw-r--r--demos/STM32/NIL-STM32F051-DISCOVERY/chconf.h2
2 files changed, 6 insertions, 1 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>
diff --git a/demos/STM32/NIL-STM32F051-DISCOVERY/chconf.h b/demos/STM32/NIL-STM32F051-DISCOVERY/chconf.h
index 0304f2e61..8757fcfd9 100644
--- a/demos/STM32/NIL-STM32F051-DISCOVERY/chconf.h
+++ b/demos/STM32/NIL-STM32F051-DISCOVERY/chconf.h
@@ -20,7 +20,7 @@
* @details A copy of this file must be placed in each project directory, it
* contains the application specific kernel settings.
*
- * @addtogroup config
+ * @addtogroup NIL_CONFIG
* @details Kernel related settings and hooks.
* @{
*/