From 0cb899ded255d916a3b1cef880c22cf0b87134ea Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 1 Jul 2017 15:22:02 +0000 Subject: Fixed bug #848. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10269 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/rt/include/chchecks.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'os/rt') diff --git a/os/rt/include/chchecks.h b/os/rt/include/chchecks.h index a4c02c510..a7d1fb34f 100644 --- a/os/rt/include/chchecks.h +++ b/os/rt/include/chchecks.h @@ -20,9 +20,6 @@ /** * @file chchecks.h * @brief Configuration checks macros and structures. - * - * @addtogroup checks - * @{ */ #ifndef CHCHECKS_H @@ -46,7 +43,7 @@ #if (CH_LICENSE_FEATURES != CH_FEATURES_FULL) && \ (CH_LICENSE_FEATURES != CH_FEATURES_INTERMEDIATE) && \ - (CH_LICENSE_FEATURES == CH_FEATURES_BASIC) + (CH_LICENSE_FEATURES != CH_FEATURES_BASIC) #error "invalid CH_LICENSE_FEATURES setting" #endif @@ -107,5 +104,3 @@ /*===========================================================================*/ #endif /* CHCHECKS_H */ - -/** @} */ -- cgit v1.2.3