From ff55da639bb8476e1ea73e5f16968e477c5ca14b Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 23 Sep 2017 14:58:21 +0000 Subject: Fixed bug #887. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10691 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/STM32/NIL-STM32F051-DISCOVERY/.project | 5 +++++ demos/STM32/NIL-STM32F051-DISCOVERY/chconf.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'demos/STM32/NIL-STM32F051-DISCOVERY') 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 @@ 2 CHIBIOS/os + + test + 2 + CHIBIOS/test + 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. * @{ */ -- cgit v1.2.3