diff options
Diffstat (limited to 'src/include/ch.h')
-rw-r--r-- | src/include/ch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ch.h b/src/include/ch.h index 6e86de81b..374941e3e 100644 --- a/src/include/ch.h +++ b/src/include/ch.h @@ -18,6 +18,8 @@ */
/**
+ * @file ch.h
+ * @brief ChibiOS/RT main include file, it includes everything else.
* @addtogroup Kernel
* @{
*/
|