From d0de9aac7b6460c99337f21145cdd2663419ba2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludwig=20Kn=C3=BCpfer?= Date: Tue, 20 Dec 2016 20:47:27 +0100 Subject: [PATCH] sys/isrpipe: fix group - create group for isrpipe instead of adding it to sys directly - alter file description accordingly --- sys/include/isrpipe.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys/include/isrpipe.h b/sys/include/isrpipe.h index 3d4590b07..0afe60fe7 100644 --- a/sys/include/isrpipe.h +++ b/sys/include/isrpipe.h @@ -7,10 +7,13 @@ */ /** + * @defgroup isr_pipe ISR Pipe * @ingroup sys + * @brief ISR -> userspace pipe + * * @{ * @file - * @brief ISR -> userspace pipe interface + * @brief isrpipe Interface * * @author Kaspar Schleiser *